Class LDAPSynchronizer

java.lang.Object
com.logicaldoc.ldap.LDAPSynchronizer

public class LDAPSynchronizer extends Object
This class is responsible for the synchronization of users and groups in the LogicalDOC store from the counterparts in the LDAP directory.
Since:
4.5
Author:
Sebastian Wenzky
  • Constructor Details

    • LDAPSynchronizer

      public LDAPSynchronizer()
  • Method Details

    • getImported

      public long getImported()
    • getUpdated

      public long getUpdated()
    • getErrors

      public long getErrors()
    • doImport

      public Collection<com.logicaldoc.core.security.user.User> doImport(List<LDAPUser> users, LDAPServer server)
    • setUserDao

      public void setUserDao(com.logicaldoc.core.security.user.UserDAO userDao)
    • setGroupDao

      public void setGroupDao(com.logicaldoc.core.security.user.GroupDAO groupDao)