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

Packages that use UnbindOperationContext
org.apache.directory.server.core   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.partition   
org.apache.directory.server.core.schema   
 

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

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

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

Methods in org.apache.directory.server.core.interceptor with parameters of type UnbindOperationContext
 void Interceptor.unbind(NextInterceptor next, UnbindOperationContext opContext)
          Filters Partition.unbind( UnbindOperationContext ) call.
 void BaseInterceptor.unbind(NextInterceptor next, UnbindOperationContext opContext)
           
 void InterceptorChain.unbind(UnbindOperationContext opContext)
           
 void NextInterceptor.unbind(UnbindOperationContext opContext)
          Calls the next interceptor's Interceptor.unbind( NextInterceptor, UnbindOperationContext )
 

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

Methods in org.apache.directory.server.core.partition with parameters of type UnbindOperationContext
 void NullPartition.unbind(UnbindOperationContext opContext)
           
 void Partition.unbind(UnbindOperationContext opContext)
          Represents an unbind operation issued by an authenticated client.
 

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

Methods in org.apache.directory.server.core.schema with parameters of type UnbindOperationContext
 void SchemaPartition.unbind(UnbindOperationContext opContext)
           
 



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