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 DefaultOperationManager.getRootDSE(GetRootDSEOperationContext opContext)
           
 ClonedServerEntry OperationManager.getRootDSE(GetRootDSEOperationContext opContext)
          TODO document after determining if this method should be here.
 

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 BaseInterceptor.getRootDSE(NextInterceptor next, GetRootDSEOperationContext opContext)
           
 ClonedServerEntry Interceptor.getRootDSE(NextInterceptor next, GetRootDSEOperationContext opContext)
          Filters PartitionNexus.getRootDSE( GetRootDSEOperationContext ) call.
 

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

Methods in org.apache.directory.server.core.partition with parameters of type GetRootDSEOperationContext
 ClonedServerEntry PartitionNexusProxy.getRootDSE(GetRootDSEOperationContext opContext)
           
 ClonedServerEntry DefaultPartitionNexus.getRootDSE(GetRootDSEOperationContext getRootDSEContext)
           
abstract  ClonedServerEntry PartitionNexus.getRootDSE(GetRootDSEOperationContext opContext)
          Get's the RootDSE entry for the DSA.
 ClonedServerEntry PartitionNexusProxy.getRootDSE(GetRootDSEOperationContext opContext, java.util.Collection<java.lang.String> byPassed)
           
 



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