Package | Description |
---|---|
org.apache.directory.server.core.filtering | |
org.apache.directory.server.core.interceptor.context | |
org.apache.directory.server.core.subtree |
Modifier and Type | Method and Description |
---|---|
SearchingOperationContext |
EntryFilteringCursor.getOperationContext() |
SearchingOperationContext |
BaseEntryFilteringCursor.getOperationContext() |
SearchingOperationContext |
CursorList.getOperationContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
EntryFilter.accept(SearchingOperationContext operation,
ClonedServerEntry result)
Filters the contents of search entries on the way out the door to
client callers.
|
Constructor and Description |
---|
BaseEntryFilteringCursor(org.apache.directory.shared.ldap.cursor.Cursor<org.apache.directory.shared.ldap.entry.ServerEntry> wrapped,
SearchingOperationContext operationContext)
Creates a new entry filtering Cursor over an existing Cursor using a
no filter initially: more can be added later after creation.
|
BaseEntryFilteringCursor(org.apache.directory.shared.ldap.cursor.Cursor<org.apache.directory.shared.ldap.entry.ServerEntry> wrapped,
SearchingOperationContext operationContext,
EntryFilter filter)
Creates a new entry filtering Cursor over an existing Cursor using a
single filter initially: more can be added later after creation.
|
BaseEntryFilteringCursor(org.apache.directory.shared.ldap.cursor.Cursor<org.apache.directory.shared.ldap.entry.ServerEntry> wrapped,
SearchingOperationContext operationContext,
List<EntryFilter> filters)
Creates a new entry filtering Cursor over an existing Cursor using a
list of filters initially: more can be added later after creation.
|
CursorList(int start,
List<EntryFilteringCursor> list,
int end,
SearchingOperationContext opContext)
Creates a new ListCursor with lower (inclusive) and upper (exclusive)
bounds.
|
CursorList(List<EntryFilteringCursor> list,
SearchingOperationContext opContext)
Creates a new ListCursor without specific bounds: the bounds are
acquired from the size of the list.
|
Modifier and Type | Class and Description |
---|---|
class |
ListOperationContext
A ListContext context used for Interceptors.
|
class |
SearchOperationContext
A Search context used for Interceptors.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SubentryInterceptor.HideSubentriesFilter.accept(SearchingOperationContext operation,
ClonedServerEntry entry) |
boolean |
SubentryInterceptor.HideEntriesFilter.accept(SearchingOperationContext operation,
ClonedServerEntry entry) |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.