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.interceptor   
org.apache.directory.server.core.interceptor.context   
org.apache.directory.server.core.partition   
org.apache.directory.server.core.schema   
 

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

Methods in org.apache.directory.server.core with parameters of type LookupOperationContext
 ClonedServerEntry OperationManager.lookup(LookupOperationContext opContext)
          TODO document after determining if this method should be here.
 

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 OperationContext.newLookupContext(org.apache.directory.shared.ldap.name.DN dn)
           
 LookupOperationContext BindOperationContext.newLookupContext(org.apache.directory.shared.ldap.name.DN dn)
           
 LookupOperationContext AbstractOperationContext.newLookupContext(org.apache.directory.shared.ldap.name.DN dn)
           
 

Methods in org.apache.directory.server.core.interceptor.context with parameters of type LookupOperationContext
 ClonedServerEntry OperationContext.lookup(LookupOperationContext lookupContext)
           
 ClonedServerEntry BindOperationContext.lookup(LookupOperationContext opContext)
           
 ClonedServerEntry AbstractOperationContext.lookup(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 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.
 

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)
           
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.