Class LDAPSynchroniser

java.lang.Object
com.logicaldoc.ldap.LDAPSynchroniser

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

    • LDAPSynchroniser

      public LDAPSynchroniser()
  • 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)