Class 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 Detail

      • LDAPSynchroniser

        public LDAPSynchroniser()
    • Method Detail

      • getImported

        public long getImported()
      • getUpdated

        public long getUpdated()
      • getErrors

        public long getErrors()
      • setUserDao

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

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