Uses of Class
ru.cg.webbpm.modules.security.db.synchronization.ldap.bean.LdapUser
Packages that use LdapUser
Package
Description
-
Uses of LdapUser in ru.cg.webbpm.modules.security.db.synchronization.ldap.service
Methods in ru.cg.webbpm.modules.security.db.synchronization.ldap.service that return LdapUserModifier and TypeMethodDescriptionLdapService.findUserByDN
(String distinguishedName) LdapService.findUserByUID
(String uid) Methods in ru.cg.webbpm.modules.security.db.synchronization.ldap.service that return types with arguments of type LdapUserModifier and TypeMethodDescriptionLdapService.getAllUsers()
LdapService.getAllUsersWithPaging
(int pageSize) LdapService.getUsersByFirstOrLastName
(String name) LdapService.getUsersByFullName
(String fullName) LdapService.getUsersByLogin
(String login) -
Uses of LdapUser in ru.cg.webbpm.modules.security.db.synchronization.ldap.service.impl
Methods in ru.cg.webbpm.modules.security.db.synchronization.ldap.service.impl that return LdapUserModifier and TypeMethodDescriptionLdapServiceImpl.findUserByDN
(String distinguishedName) LdapServiceImpl.findUserByUID
(String uid) Methods in ru.cg.webbpm.modules.security.db.synchronization.ldap.service.impl that return types with arguments of type LdapUserModifier and TypeMethodDescriptionLdapServiceImpl.getAllUsers()
LdapServiceImpl.getAllUsersWithPaging
(int pageSize) LdapServiceImpl.getUsersByFirstOrLastName
(String name) LdapServiceImpl.getUsersByFullName
(String fullName) LdapServiceImpl.getUsersByLogin
(String login)