Modifier and Type | Method and Description |
---|---|
LookupOperationContext |
MockOperation.newLookupContext(org.apache.directory.shared.ldap.name.DN dn) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
MockOperation.lookup(LookupOperationContext lookupContext) |
ClonedServerEntry |
MockOperationManager.lookup(LookupOperationContext opContext) |
ClonedServerEntry |
DefaultOperationManager.lookup(LookupOperationContext opContext)
TODO document after determining if this method should be here.
|
ClonedServerEntry |
OperationManager.lookup(LookupOperationContext opContext)
TODO document after determining if this method should be here.
|
ClonedServerEntry |
MockInterceptor.lookup(NextInterceptor next,
LookupOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
AuthenticationInterceptor.lookup(NextInterceptor next,
LookupOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
DefaultAuthorizationInterceptor.lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext) |
ClonedServerEntry |
AciAuthorizationInterceptor.lookup(NextInterceptor next,
LookupOperationContext lookupContext) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
CollectiveAttributeInterceptor.lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
ExceptionInterceptor.lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext)
Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
|
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
InterceptorChain.lookup(LookupOperationContext opContext) |
ClonedServerEntry |
NextInterceptor.lookup(LookupOperationContext opContext)
Calls the next interceptor's
Interceptor.lookup( NextInterceptor, LookupOperationContext ) . |
ClonedServerEntry |
Interceptor.lookup(NextInterceptor next,
LookupOperationContext opContext)
Filters
Partition.lookup( LookupOperationContext ) call. |
ClonedServerEntry |
BaseInterceptor.lookup(NextInterceptor next,
LookupOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
LookupOperationContext |
AbstractOperationContext.newLookupContext(org.apache.directory.shared.ldap.name.DN dn) |
LookupOperationContext |
BindOperationContext.newLookupContext(org.apache.directory.shared.ldap.name.DN dn) |
LookupOperationContext |
OperationContext.newLookupContext(org.apache.directory.shared.ldap.name.DN dn) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
AbstractOperationContext.lookup(LookupOperationContext opContext) |
ClonedServerEntry |
BindOperationContext.lookup(LookupOperationContext opContext) |
ClonedServerEntry |
OperationContext.lookup(LookupOperationContext lookupContext) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
NormalizationInterceptor.lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext)
Filters
Partition.lookup( LookupOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
OperationalAttributeInterceptor.lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
DefaultPartitionNexus.lookup(LookupOperationContext opContext) |
ClonedServerEntry |
NullPartition.lookup(LookupOperationContext lookupContext) |
abstract ClonedServerEntry |
AbstractPartition.lookup(LookupOperationContext lookupContext)
This method calls
Partition.lookup(LookupOperationContext)
with null attributeIds by default. |
ClonedServerEntry |
Partition.lookup(LookupOperationContext lookupContext)
Looks up an entry by distinguished/absolute name.
|
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
BTreePartition.lookup(LookupOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
SchemaPartition.lookup(LookupOperationContext lookupContext) |
ClonedServerEntry |
SchemaInterceptor.lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext)
Search for an entry, using its DN.
|
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.