private class CollectiveAttributeInterceptor.CollectiveAttributeFilter extends java.lang.Object implements EntryFilter
| Modifier | Constructor and Description |
|---|---|
private |
CollectiveAttributeFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(SearchOperationContext operation,
org.apache.directory.api.ldap.model.entry.Entry entry)
Filters the contents of search entries on the way out the door to
client callers.
|
java.lang.String |
toString(java.lang.String tabs)
The pretty-printer for this class
|
public boolean accept(SearchOperationContext operation, org.apache.directory.api.ldap.model.entry.Entry entry) throws org.apache.directory.api.ldap.model.exception.LdapException
accept in interface EntryFilterentry - the result to accept or reject possibly modifying itorg.apache.directory.api.ldap.model.exception.LdapExceptionpublic java.lang.String toString(java.lang.String tabs)
toString in interface EntryFiltertabs - The tabs to add before each line