|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EntryOperationContext in org.apache.directory.server.core |
---|
Methods in org.apache.directory.server.core with parameters of type EntryOperationContext | |
---|---|
boolean |
MockOperationManager.hasEntry(EntryOperationContext opContext)
|
boolean |
DefaultOperationManager.hasEntry(EntryOperationContext opContext)
TODO document after determining if this method should be here. |
boolean |
OperationManager.hasEntry(EntryOperationContext opContext)
TODO document after determining if this method should be here. |
boolean |
MockInterceptor.hasEntry(NextInterceptor next,
EntryOperationContext opContext)
|
Uses of EntryOperationContext in org.apache.directory.server.core.authn |
---|
Methods in org.apache.directory.server.core.authn with parameters of type EntryOperationContext | |
---|---|
boolean |
AuthenticationInterceptor.hasEntry(NextInterceptor next,
EntryOperationContext opContext)
|
Uses of EntryOperationContext in org.apache.directory.server.core.authz |
---|
Methods in org.apache.directory.server.core.authz with parameters of type EntryOperationContext | |
---|---|
boolean |
AciAuthorizationInterceptor.hasEntry(NextInterceptor next,
EntryOperationContext entryContext)
|
Uses of EntryOperationContext in org.apache.directory.server.core.interceptor |
---|
Methods in org.apache.directory.server.core.interceptor with parameters of type EntryOperationContext | |
---|---|
boolean |
InterceptorChain.hasEntry(EntryOperationContext opContext)
|
boolean |
NextInterceptor.hasEntry(EntryOperationContext opContext)
Calls the next interceptor's Interceptor.hasEntry( NextInterceptor, EntryOperationContext ) . |
boolean |
Interceptor.hasEntry(NextInterceptor next,
EntryOperationContext opContext)
Filters Partition.hasEntry( EntryOperationContext ) call. |
boolean |
BaseInterceptor.hasEntry(NextInterceptor next,
EntryOperationContext opContext)
|
Uses of EntryOperationContext in org.apache.directory.server.core.normalization |
---|
Methods in org.apache.directory.server.core.normalization with parameters of type EntryOperationContext | |
---|---|
boolean |
NormalizationInterceptor.hasEntry(NextInterceptor nextInterceptor,
EntryOperationContext opContext)
Filters Partition.hasEntry( EntryOperationContext ) call. |
Uses of EntryOperationContext in org.apache.directory.server.core.partition |
---|
Methods in org.apache.directory.server.core.partition with parameters of type EntryOperationContext | |
---|---|
boolean |
DefaultPartitionNexus.hasEntry(EntryOperationContext opContext)
|
boolean |
Partition.hasEntry(EntryOperationContext opContext)
Fast operation to check and see if a particular entry exists. |
boolean |
AbstractPartition.hasEntry(EntryOperationContext entryContext)
This method calls Partition.lookup(LookupOperationContext) and return true
if it returns an entry by default. |
Uses of EntryOperationContext in org.apache.directory.server.core.partition.impl.btree |
---|
Methods in org.apache.directory.server.core.partition.impl.btree with parameters of type EntryOperationContext | |
---|---|
boolean |
BTreePartition.hasEntry(EntryOperationContext opContext)
|
Uses of EntryOperationContext in org.apache.directory.server.core.schema |
---|
Methods in org.apache.directory.server.core.schema with parameters of type EntryOperationContext | |
---|---|
boolean |
SchemaPartition.hasEntry(EntryOperationContext entryContext)
This method calls Partition.lookup(LookupOperationContext) and return true
if it returns an entry by default. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |