Uses of Class
org.apache.directory.server.core.interceptor.context.EntryOperationContext

Packages that use EntryOperationContext
org.apache.directory.server.core   
org.apache.directory.server.core.authn   
org.apache.directory.server.core.authz   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.normalization   
org.apache.directory.server.core.partition   
org.apache.directory.server.core.partition.impl.btree   
org.apache.directory.server.core.schema  
 

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.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.