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

Packages that use GetRootDSEOperationContext
org.apache.directory.server.core   
org.apache.directory.server.core.authn   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.partition   
 

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

Methods in org.apache.directory.server.core with parameters of type GetRootDSEOperationContext
 ClonedServerEntry MockOperationManager.getRootDSE(GetRootDSEOperationContext opContext)
           
 ClonedServerEntry DefaultOperationManager.getRootDSE(GetRootDSEOperationContext opContext)
          TODO document after determining if this method should be here.
 ClonedServerEntry OperationManager.getRootDSE(GetRootDSEOperationContext opContext)
          TODO document after determining if this method should be here.
 ClonedServerEntry MockInterceptor.getRootDSE(NextInterceptor next, GetRootDSEOperationContext opContext)
           
 

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

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

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

Methods in org.apache.directory.server.core.interceptor with parameters of type GetRootDSEOperationContext
 ClonedServerEntry InterceptorChain.getRootDSE(GetRootDSEOperationContext opContext)
           
 ClonedServerEntry NextInterceptor.getRootDSE(GetRootDSEOperationContext opContext)
          Calls the next interceptor's Interceptor.getRootDSE( NextInterceptor, GetRootDSEOperationContext ).
 ClonedServerEntry Interceptor.getRootDSE(NextInterceptor next, GetRootDSEOperationContext opContext)
          Filters DefaultPartitionNexus#getRootDSE( GetRootDSEOperationContext ) call.
 ClonedServerEntry BaseInterceptor.getRootDSE(NextInterceptor next, GetRootDSEOperationContext opContext)
           
 

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

Methods in org.apache.directory.server.core.partition with parameters of type GetRootDSEOperationContext
 ClonedServerEntry DefaultPartitionNexus.getRootDSE(GetRootDSEOperationContext getRootDSEContext)
           
 ClonedServerEntry PartitionNexus.getRootDSE(GetRootDSEOperationContext getRootDSEContext)
          Get's the RootDSE entry for the DSA.
 



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