| Modifier and Type | Field and Description |
|---|---|
private java.util.List<EntryFilter> |
EntryFilteringCursorImpl.filters
the list of filters to be applied
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntryFilter> |
EntryFilteringCursor.getEntryFilters()
Gets an unmodifiable list of EntryFilters applied.
|
java.util.List<EntryFilter> |
EntryFilteringCursorImpl.getEntryFilters()
Gets an unmodifiable list of EntryFilters applied.
|
java.util.List<EntryFilter> |
CursorList.getEntryFilters()
Gets an unmodifiable list of EntryFilters applied.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntryFilteringCursor.addEntryFilter(EntryFilter filter)
Adds an entry filter to this BaseEntryFilteringCursor at the very end of
the filter list.
|
boolean |
EntryFilteringCursorImpl.addEntryFilter(EntryFilter filter) |
boolean |
CursorList.addEntryFilter(EntryFilter filter)
Adds an entry filter to this BaseEntryFilteringCursor at the very end of
the filter list.
|
boolean |
EntryFilteringCursorImpl.removeEntryFilter(EntryFilter filter) |
| Constructor and Description |
|---|
EntryFilteringCursorImpl(org.apache.directory.api.ldap.model.cursor.Cursor<org.apache.directory.api.ldap.model.entry.Entry> wrapped,
SearchOperationContext operationContext,
org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
EntryFilter filter)
Creates a new entry filtering Cursor over an existing Cursor using a
single filter initially: more can be added later after creation.
|
| Constructor and Description |
|---|
EntryFilteringCursorImpl(org.apache.directory.api.ldap.model.cursor.Cursor<org.apache.directory.api.ldap.model.entry.Entry> wrapped,
SearchOperationContext operationContext,
org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
java.util.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.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
AciAuthorizationInterceptor.AuthorizationFilter
WARNING: create one of these filters fresh every time for each new search.
|
private class |
DefaultAuthorizationInterceptor.DefaultAuthorizationSearchFilter
the search result filter to use for collective attribute injection
|
| Modifier and Type | Class and Description |
|---|---|
private class |
CollectiveAttributeInterceptor.CollectiveAttributeFilter
the search result filter to use for collective attribute injection
|
| Modifier and Type | Field and Description |
|---|---|
private EntryFilter |
CollectiveAttributeInterceptor.searchFilter
The CollectiveAttribute search filter
|
| Modifier and Type | Class and Description |
|---|---|
private class |
OperationalAttributeInterceptor.OperationalAttributeDenormalizingSearchFilter
the search result filter to use for collective attribute injection
|
private class |
OperationalAttributeInterceptor.OperationalAttributeSearchFilter
the search result filter to use for the addition of mandatory operational attributes
|
| Modifier and Type | Field and Description |
|---|---|
private EntryFilter |
OperationalAttributeInterceptor.denormalizingSearchFilter
The denormalizer filter
|
private EntryFilter |
OperationalAttributeInterceptor.operationalAttributeSearchFilter
The filter that add the mandatory operational attributes
|
| Modifier and Type | Class and Description |
|---|---|
private class |
SchemaInterceptor.TopFilter
Filters objectClass attribute to inject top when not present.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<EntryFilter> |
SchemaInterceptor.filters |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntryFilter> |
SortedEntryCursor.getEntryFilters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SortedEntryCursor.addEntryFilter(EntryFilter filter) |
| Modifier and Type | Class and Description |
|---|---|
private class |
SubentryInterceptor.HideEntriesFilter
SearchResultFilter used to filter out normal entries but shows subentries based on
objectClass values.
|
private class |
SubentryInterceptor.HideSubentriesFilter
SearchResultFilter used to filter out subentries based on objectClass values.
|