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

Packages that use LookupOperationContext
org.apache.directory.server.core   
org.apache.directory.server.core.authn   
org.apache.directory.server.core.authz   
org.apache.directory.server.core.collective   
org.apache.directory.server.core.exception   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.interceptor.context   
org.apache.directory.server.core.normalization   
org.apache.directory.server.core.operational   
org.apache.directory.server.core.partition   
org.apache.directory.server.core.partition.impl.btree   
org.apache.directory.server.core.schema  
 

Uses of LookupOperationContext in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core that return LookupOperationContext
 LookupOperationContext MockOperation.newLookupContext(org.apache.directory.shared.ldap.name.DN dn)
           
 

Methods in org.apache.directory.server.core with parameters of type LookupOperationContext
 ClonedServerEntry MockOperationManager.lookup(LookupOperationContext opContext)
           
 ClonedServerEntry MockOperation.lookup(LookupOperationContext lookupContext)
           
 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)
           
 

Uses of LookupOperationContext in org.apache.directory.server.core.authn
 

Methods in org.apache.directory.server.core.authn with parameters of type LookupOperationContext
 ClonedServerEntry AuthenticationInterceptor.lookup(NextInterceptor next, LookupOperationContext opContext)
           
 

Uses of LookupOperationContext in org.apache.directory.server.core.authz
 

Methods in org.apache.directory.server.core.authz with parameters of type LookupOperationContext
 ClonedServerEntry DefaultAuthorizationInterceptor.lookup(NextInterceptor nextInterceptor, LookupOperationContext opContext)
           
 ClonedServerEntry AciAuthorizationInterceptor.lookup(NextInterceptor next, LookupOperationContext lookupContext)
           
 

Uses of LookupOperationContext in org.apache.directory.server.core.collective
 

Methods in org.apache.directory.server.core.collective with parameters of type LookupOperationContext
 ClonedServerEntry CollectiveAttributeInterceptor.lookup(NextInterceptor nextInterceptor, LookupOperationContext opContext)
           
 

Uses of LookupOperationContext in org.apache.directory.server.core.exception
 

Methods in org.apache.directory.server.core.exception with parameters of type LookupOperationContext
 ClonedServerEntry ExceptionInterceptor.lookup(NextInterceptor nextInterceptor, LookupOperationContext opContext)
          Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
 

Uses of LookupOperationContext in org.apache.directory.server.core.interceptor
 

Methods in org.apache.directory.server.core.interceptor with parameters of type LookupOperationContext
 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)
           
 

Uses of LookupOperationContext in org.apache.directory.server.core.interceptor.context
 

Methods in org.apache.directory.server.core.interceptor.context that return LookupOperationContext
 LookupOperationContext AbstractOperationContext.newLookupContext(org.apache.directory.shared.ldap.name.DN dn)
           
 LookupOperationContext OperationContext.newLookupContext(org.apache.directory.shared.ldap.name.DN dn)
           
 LookupOperationContext BindOperationContext.newLookupContext(org.apache.directory.shared.ldap.name.DN dn)
           
 

Methods in org.apache.directory.server.core.interceptor.context with parameters of type LookupOperationContext
 ClonedServerEntry AbstractOperationContext.lookup(LookupOperationContext opContext)
           
 ClonedServerEntry OperationContext.lookup(LookupOperationContext lookupContext)
           
 ClonedServerEntry BindOperationContext.lookup(LookupOperationContext opContext)
           
 

Uses of LookupOperationContext in org.apache.directory.server.core.normalization
 

Methods in org.apache.directory.server.core.normalization with parameters of type LookupOperationContext
 ClonedServerEntry NormalizationInterceptor.lookup(NextInterceptor nextInterceptor, LookupOperationContext opContext)
          Filters Partition.lookup( LookupOperationContext ) call.
 

Uses of LookupOperationContext in org.apache.directory.server.core.operational
 

Methods in org.apache.directory.server.core.operational with parameters of type LookupOperationContext
 ClonedServerEntry OperationalAttributeInterceptor.lookup(NextInterceptor nextInterceptor, LookupOperationContext opContext)
           
 

Uses of LookupOperationContext in org.apache.directory.server.core.partition
 

Methods in org.apache.directory.server.core.partition with parameters of type LookupOperationContext
 ClonedServerEntry DefaultPartitionNexus.lookup(LookupOperationContext opContext)
           
 ClonedServerEntry Partition.lookup(LookupOperationContext lookupContext)
          Looks up an entry by distinguished/absolute name.
abstract  ClonedServerEntry AbstractPartition.lookup(LookupOperationContext lookupContext)
          This method calls Partition.lookup(LookupOperationContext) with null attributeIds by default.
 ClonedServerEntry NullPartition.lookup(LookupOperationContext lookupContext)
           
 

Uses of LookupOperationContext in org.apache.directory.server.core.partition.impl.btree
 

Methods in org.apache.directory.server.core.partition.impl.btree with parameters of type LookupOperationContext
 ClonedServerEntry BTreePartition.lookup(LookupOperationContext opContext)
           
 

Uses of LookupOperationContext in org.apache.directory.server.core.schema
 

Methods in org.apache.directory.server.core.schema with parameters of type LookupOperationContext
 ClonedServerEntry SchemaPartition.lookup(LookupOperationContext lookupContext)
           
 ClonedServerEntry SchemaInterceptor.lookup(NextInterceptor nextInterceptor, LookupOperationContext opContext)
          Search for an entry, using its DN.
 



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