Uses of Interface
org.apache.directory.server.core.interceptor.Interceptor

Packages that use Interceptor
org.apache.directory.server.core   
org.apache.directory.server.core.interceptor   
 

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

Methods in org.apache.directory.server.core that return Interceptor
 Interceptor DirectoryService.getInterceptor(java.lang.String interceptorName)
          Get an Interceptor instance from its name
 

Methods in org.apache.directory.server.core that return types with arguments of type Interceptor
 java.util.List<Interceptor> DirectoryService.getInterceptors()
          Returns interceptors in the server.
 

Method parameters in org.apache.directory.server.core with type arguments of type Interceptor
 void DirectoryService.setInterceptors(java.util.List<Interceptor> interceptors)
          Sets the interceptors in the server.
 

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

Classes in org.apache.directory.server.core.interceptor that implement Interceptor
 class BaseInterceptor
          A easy-to-use implementation of Interceptor.
 

Methods in org.apache.directory.server.core.interceptor that return Interceptor
 Interceptor InterceptorChain.get(java.lang.String interceptorName)
          Returns the registered interceptor with the specified name.
 Interceptor InterceptorException.getInterceptor()
          Gets the interceptor this exception is associated with.
 

Methods in org.apache.directory.server.core.interceptor that return types with arguments of type Interceptor
 java.util.List<Interceptor> InterceptorChain.getAll()
          Returns the list of all registered interceptors.
 

Methods in org.apache.directory.server.core.interceptor with parameters of type Interceptor
 void InterceptorChain.addAfter(java.lang.String prevInterceptorName, Interceptor interceptor)
           
 void InterceptorChain.addBefore(java.lang.String nextInterceptorName, Interceptor interceptor)
           
 void InterceptorChain.addFirst(Interceptor interceptor)
           
 void InterceptorChain.addLast(Interceptor interceptor)
           
 

Constructors in org.apache.directory.server.core.interceptor with parameters of type Interceptor
InterceptorException(Interceptor interceptor)
          Creates an InterceptorException without a message.
InterceptorException(Interceptor interceptor, java.lang.String explanation)
          Creates an InterceptorException with a custom message.
InterceptorException(Interceptor interceptor, java.lang.String explanation, java.lang.Throwable rootCause)
          Creates an InterceptorException without a message.
InterceptorException(Interceptor interceptor, java.lang.Throwable rootCause)
          Creates an InterceptorException without a message.
 



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