Uses of Class
com.logicaldoc.ldap.model.LDAPUser
- 
Packages that use LDAPUser Package Description com.logicaldoc.ldap com.logicaldoc.ldap.model 
- 
- 
Uses of LDAPUser in com.logicaldoc.ldapMethod parameters in com.logicaldoc.ldap with type arguments of type LDAPUser Modifier and Type Method Description Collection<com.logicaldoc.core.security.User>LDAPSynchroniser. doImport(List<LDAPUser> users, LDAPServer server)
- 
Uses of LDAPUser in com.logicaldoc.ldap.modelMethods in com.logicaldoc.ldap.model that return types with arguments of type LDAPUser Modifier and Type Method Description List<LDAPUser>UserGroupDAO. getUsers(String login)Returning all users being found on userBase List with the specified login.List<LDAPUser>UserGroupDAO. listUsers(String login)Returning all users being found on userBase List with the specified login.
 
-