Interface LdapService
- All Superinterfaces:
LdapAuthService
- All Known Implementing Classes:
LdapServiceImpl
- Author:
- Kochetkov
-
Method Summary
Modifier and TypeMethodDescriptionfindUserByDN
(String distinguishedName) findUserByUID
(String uid) getAllUsersWithPaging
(int pageSize) getUsersByFullName
(String fullName) getUsersByLogin
(String login) Methods inherited from interface ru.cg.webbpm.modules.security.api.ldap.LdapAuthService
authenticate, authenticate
-
Method Details
-
getAllUsers
-
findUserByDN
-
findUserByUID
-
getAllUserNames
-
getUsersByFirstOrLastName
-
getUsersByFullName
-
getUsersByLogin
-
getAllUsersWithPaging
-