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(SearchingOperationContext operation,
ClonedServerEntry result)
Filters the contents of search entries on the way out the door to
client callers.
|
boolean accept(SearchingOperationContext operation, ClonedServerEntry result) throws Exception
result
- the result to accept or reject possibly modifying itcontrols
- search controls associated with the invocationException
- if there are failures during evaluationCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.