Interface DirectorySyncer

All Known Implementing Classes:
BasicUserDirectorySyncer

public interface DirectorySyncer
Provides a method to synchronize between a LDAP Server and @enterprise.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    synchronize(DirectoryServer dirServer, DirContext baseContext)
    Synchronize with this directory server.
  • Method Details

    • synchronize

      void synchronize(DirectoryServer dirServer, DirContext baseContext) throws Exception
      Synchronize with this directory server.
      Parameters:
      dirServer - The directory Server to sync with.
      baseContext - a DirContext into this directory server
      Throws:
      Exception