Uses of Interface
org.apache.ldap.server.interceptor.Interceptor

Packages that use Interceptor
org.apache.ldap.server.authn   
org.apache.ldap.server.authz   
org.apache.ldap.server.configuration   
org.apache.ldap.server.exception   
org.apache.ldap.server.interceptor   
org.apache.ldap.server.normalization   
org.apache.ldap.server.operational   
org.apache.ldap.server.schema   
 

Uses of Interceptor in org.apache.ldap.server.authn
 

Classes in org.apache.ldap.server.authn that implement Interceptor
 class AuthenticationService
          An Interceptor that authenticates users.
 

Uses of Interceptor in org.apache.ldap.server.authz
 

Classes in org.apache.ldap.server.authz that implement Interceptor
 class AuthorizationService
          An Interceptor that controls access to ContextPartitionNexus.
 

Uses of Interceptor in org.apache.ldap.server.configuration
 

Methods in org.apache.ldap.server.configuration that return Interceptor
 Interceptor InterceptorConfiguration.getInterceptor()
          Returns the Interceptor that this configuration configures.
 

Methods in org.apache.ldap.server.configuration with parameters of type Interceptor
 void MutableInterceptorConfiguration.setInterceptor(Interceptor interceptor)
           
protected  void InterceptorConfiguration.setInterceptor(Interceptor authenticator)
          Sets the Interceptor that this configuration configures.
 

Uses of Interceptor in org.apache.ldap.server.exception
 

Classes in org.apache.ldap.server.exception that implement Interceptor
 class ExceptionService
          An Interceptor that detects any operations that breaks integrity of ContextPartition and terminates the current invocation chain by throwing a NamingException.
 

Uses of Interceptor in org.apache.ldap.server.interceptor
 

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

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

Constructors in org.apache.ldap.server.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.Throwable rootCause)
          Creates an InterceptorException without a message.
InterceptorException(Interceptor interceptor, java.lang.String explanation, java.lang.Throwable rootCause)
          Creates an InterceptorException without a message.
 

Uses of Interceptor in org.apache.ldap.server.normalization
 

Classes in org.apache.ldap.server.normalization that implement Interceptor
 class NormalizationService
          A name normalization service.
 

Uses of Interceptor in org.apache.ldap.server.operational
 

Classes in org.apache.ldap.server.operational that implement Interceptor
 class OperationalAttributeService
          An Interceptor that adds or modifies the default attributes of entries.
 

Uses of Interceptor in org.apache.ldap.server.schema
 

Classes in org.apache.ldap.server.schema that implement Interceptor
 class SchemaService
          An Interceptor that manages and enforces schemas.
 



Copyright © 2002-2005 . All Rights Reserved.