public interface EntryFilter
FilteringCursor. Multiple filters can be
applied one after the other and hence they are stack-able and applied in
order.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(SearchOperationContext operation,
org.apache.directory.api.ldap.model.entry.Entry result)
Filters the contents of search entries on the way out the door to
client callers.
|
String |
toString(String tabs)
The pretty-printer for this class
|
boolean accept(SearchOperationContext operation, org.apache.directory.api.ldap.model.entry.Entry result) throws org.apache.directory.api.ldap.model.exception.LdapException
result - the result to accept or reject possibly modifying itcontrols - search controls associated with the invocationException - if there are failures during evaluationorg.apache.directory.api.ldap.model.exception.LdapExceptionCopyright © 2021. All rights reserved.