Uses of Class
org.apache.ldap.server.configuration.InterceptorConfiguration

Packages that use InterceptorConfiguration
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 InterceptorConfiguration in org.apache.ldap.server.authn
 

Methods in org.apache.ldap.server.authn with parameters of type InterceptorConfiguration
 void AuthenticationService.init(ContextFactoryConfiguration factoryCfg, InterceptorConfiguration cfg)
          Registers and initializes all Authenticators to this service.
 

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

Methods in org.apache.ldap.server.authz with parameters of type InterceptorConfiguration
 void AuthorizationService.init(ContextFactoryConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 

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

Subclasses of InterceptorConfiguration in org.apache.ldap.server.configuration
 class MutableInterceptorConfiguration
          A mutable version of InterceptorConfiguration.
 

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

Methods in org.apache.ldap.server.exception with parameters of type InterceptorConfiguration
 void ExceptionService.init(ContextFactoryConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 

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

Methods in org.apache.ldap.server.interceptor that return InterceptorConfiguration
 InterceptorConfiguration InterceptorChain.remove(java.lang.String interceptorName)
           
 

Methods in org.apache.ldap.server.interceptor with parameters of type InterceptorConfiguration
 void InterceptorChain.addFirst(InterceptorConfiguration cfg)
           
 void InterceptorChain.addLast(InterceptorConfiguration cfg)
           
 void InterceptorChain.addBefore(java.lang.String nextInterceptorName, InterceptorConfiguration cfg)
           
 void InterceptorChain.addAfter(java.lang.String prevInterceptorName, InterceptorConfiguration cfg)
           
 void Interceptor.init(ContextFactoryConfiguration factoryCfg, InterceptorConfiguration cfg)
          Intializes this interceptor.
 void BaseInterceptor.init(ContextFactoryConfiguration factoryCfg, InterceptorConfiguration cfg)
          This method does nothing by default.
 

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

Methods in org.apache.ldap.server.normalization with parameters of type InterceptorConfiguration
 void NormalizationService.init(ContextFactoryConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 

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

Methods in org.apache.ldap.server.operational with parameters of type InterceptorConfiguration
 void OperationalAttributeService.init(ContextFactoryConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 

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

Methods in org.apache.ldap.server.schema with parameters of type InterceptorConfiguration
 void SchemaService.init(ContextFactoryConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 



Copyright © 2002-2005 . All Rights Reserved.