public interface LdapCache
| Modifier and Type | Method and Description |
|---|---|
List<AccessIdResource> |
findMatchingAccessId(String searchFor,
int maxNumerOfReturnedAccessIds)
find access ids for users and groups that match specified search criteria.
|
List<AccessIdResource> findMatchingAccessId(String searchFor, int maxNumerOfReturnedAccessIds)
searchFor - the search string. The search is performed over names and ids of users and groups.maxNumerOfReturnedAccessIds - the maximum number of results to return.Copyright © 2018. All rights reserved.