Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
MockInterceptor.search(NextInterceptor next,
SearchOperationContext opContext) |
EntryFilteringCursor |
MockOperation.search(SearchOperationContext opContext) |
EntryFilteringCursor |
MockOperationManager.search(SearchOperationContext opContext) |
EntryFilteringCursor |
DefaultOperationManager.search(SearchOperationContext opContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
OperationManager.search(SearchOperationContext opContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
MockOperation.search(SearchOperationContext opContext,
Collection<String> bypass) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
AuthenticationInterceptor.search(NextInterceptor next,
SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
AciAuthorizationInterceptor.search(NextInterceptor next,
SearchOperationContext opContext) |
EntryFilteringCursor |
DefaultAuthorizationInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
CollectiveAttributeInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
ExceptionInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext)
Checks to see the entry being searched exists, otherwise throws the appropriate LdapException.
|
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
Interceptor.search(NextInterceptor next,
SearchOperationContext opContext)
Filters
Partition.search( SearchOperationContext ) call. |
EntryFilteringCursor |
BaseInterceptor.search(NextInterceptor next,
SearchOperationContext opContext) |
EntryFilteringCursor |
NextInterceptor.search(SearchOperationContext opContext)
Calls the next interceptor's
Interceptor.search( NextInterceptor, SearchOperationContext opContext ) . |
EntryFilteringCursor |
InterceptorChain.search(SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
NormalizationInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext)
Filters
Partition.search( SearchOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
OperationalAttributeInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
DefaultPartitionNexus.search(SearchOperationContext opContext) |
EntryFilteringCursor |
NullPartition.search(SearchOperationContext opContext) |
EntryFilteringCursor |
Partition.search(SearchOperationContext opContext)
Conducts a search against this ContextPartition.
|
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
BTreePartition.search(SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
SchemaInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext) |
EntryFilteringCursor |
SchemaPartition.search(SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
SubentryInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext) |
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.