Package com.groiss.ldap
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 TypeMethodDescriptionvoid
synchronize
(DirectoryServer dirServer, DirContext baseContext) Synchronize with this directory server.
-
Method Details
-
synchronize
Synchronize with this directory server.- Parameters:
dirServer
- The directory Server to sync with.baseContext
- a DirContext into this directory server- Throws:
Exception
-