Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
MockOperationManager.list(ListOperationContext opContext) |
EntryFilteringCursor |
DefaultOperationManager.list(ListOperationContext opContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
OperationManager.list(ListOperationContext opContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
MockInterceptor.list(NextInterceptor next,
ListOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
AuthenticationInterceptor.list(NextInterceptor next,
ListOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
DefaultAuthorizationInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext) |
EntryFilteringCursor |
AciAuthorizationInterceptor.list(NextInterceptor next,
ListOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
CollectiveAttributeInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
ExceptionInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext)
Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
|
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
InterceptorChain.list(ListOperationContext opContext) |
EntryFilteringCursor |
NextInterceptor.list(ListOperationContext opContext)
Calls the next interceptor's
Interceptor.list( NextInterceptor, ListOperationContext ) . |
EntryFilteringCursor |
Interceptor.list(NextInterceptor next,
ListOperationContext opContext)
Filters
Partition.list( ListOperationContext ) call. |
EntryFilteringCursor |
BaseInterceptor.list(NextInterceptor next,
ListOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
NormalizationInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext)
Filters
Partition.list( ListOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
OperationalAttributeInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
DefaultPartitionNexus.list(ListOperationContext opContext) |
EntryFilteringCursor |
NullPartition.list(ListOperationContext opContext) |
EntryFilteringCursor |
Partition.list(ListOperationContext opContext)
A specialized form of one level search used to return a minimal set of
information regarding child entries under a base.
|
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
BTreePartition.list(ListOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
SchemaPartition.list(ListOperationContext opContext) |
EntryFilteringCursor |
SchemaInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
SubentryInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext) |
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.