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.ldap
Method 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.model
Methods 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.
-