public interface LdapCache
| Modifier and Type | Method and Description |
|---|---|
List<AccessIdResource> |
findGroupsOfUser(String searchFor,
int maxNumberOfReturnedAccessIds)
Find the groups belong to a user.
|
List<AccessIdResource> |
findMatchingAccessId(String searchFor,
int maxNumberOfReturnedAccessIds)
find access ids for users and groups that match specified search criteria.
|
List<AccessIdResource> |
validateAccessId(String accessId)
Validate a access id.
|
List<AccessIdResource> findMatchingAccessId(String searchFor, int maxNumberOfReturnedAccessIds)
searchFor - the search string. The search is performed over names and ids of users and
groups.maxNumberOfReturnedAccessIds - the maximum number of results to return.List<AccessIdResource> findGroupsOfUser(String searchFor, int maxNumberOfReturnedAccessIds)
searchFor - the search string. The search is performed over names and ids of group .maxNumberOfReturnedAccessIds - the maximum number of results to return.List<AccessIdResource> validateAccessId(String accessId)
accessId - the search string.Copyright © 2020. All rights reserved.