public interface LdapFilter
| Modifier and Type | Method and Description |
|---|---|
void |
add(LdapFilter filter) |
List<LdapContact> |
findInGAL(LdapPrincipal user,
Set<String> returningAttributes,
int sizeLimit) |
Condition |
getContactSearchFilter() |
boolean |
isFullSearch() |
boolean |
isMatch(LdapContact person) |
Condition getContactSearchFilter()
List<LdapContact> findInGAL(LdapPrincipal user, Set<String> returningAttributes, int sizeLimit) throws IOException, NotAuthorizedException, BadRequestException
void add(LdapFilter filter)
boolean isFullSearch()
boolean isMatch(LdapContact person) throws NotAuthorizedException, BadRequestException
Copyright © 2021 McEvoy Software Ltd. All rights reserved.