Uses of Class
com.logicaldoc.ldap.LDAPServer
-
Packages that use LDAPServer Package Description com.logicaldoc.ldap com.logicaldoc.ldap.model -
-
Uses of LDAPServer in com.logicaldoc.ldap
Methods in com.logicaldoc.ldap that return types with arguments of type LDAPServer Modifier and Type Method Description List<LDAPServer>
HibernateLDAPServerDAO. findAll()
List<LDAPServer>
HibernateLDAPServerDAO. findAll(long tenantId)
List<LDAPServer>
HibernateLDAPServerDAO. findEnabled(Long tenantId)
List<LDAPServer>
LDAPServerDAO. findEnabled(Long tenantId)
Finds all active serversMethods in com.logicaldoc.ldap with parameters of type LDAPServer Modifier and Type Method Description Collection<com.logicaldoc.core.security.User>
LDAPSynchroniser. doImport(List<LDAPUser> users, LDAPServer server)
-
Uses of LDAPServer in com.logicaldoc.ldap.model
Methods in com.logicaldoc.ldap.model with parameters of type LDAPServer Modifier and Type Method Description static LDAPContextSource
LDAPContextSource. get(LDAPServer server)
Constructors in com.logicaldoc.ldap.model with parameters of type LDAPServer Constructor Description UserAttributeMapper(LDAPServer server)
UserGroupDAO(LDAPServer server)
-