Package com.groiss.ldap
Class BasicUserDirectorySyncer
java.lang.Object
com.groiss.ldap.BasicUserDirectorySyncer
- All Implemented Interfaces:
DirectorySyncer
Class for synchronizing users from LDAP or Active Directory.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
synchronize
(DirectoryServer dirServer, DirContext baseContext) Synchronize with this directory server.
-
Constructor Details
-
BasicUserDirectorySyncer
public BasicUserDirectorySyncer()
-
-
Method Details
-
synchronize
Description copied from interface:DirectorySyncer
Synchronize with this directory server.- Specified by:
synchronize
in interfaceDirectorySyncer
- Parameters:
dirServer
- The directory Server to sync with.baseContext
- a DirContext into this directory server- Throws:
Exception
-