Uses of Class
org.apache.ldap.server.interceptor.InterceptorContext

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

Methods in org.apache.ldap.server.authn with parameters of type InterceptorContext
 void AuthenticationService.init(InterceptorContext ctx)
           
 

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

Methods in org.apache.ldap.server.authz with parameters of type InterceptorContext
 void AuthorizationService.init(InterceptorContext ctx)
           
 

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

Methods in org.apache.ldap.server.exception with parameters of type InterceptorContext
 void ExceptionService.init(InterceptorContext ctx)
           
 

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

Methods in org.apache.ldap.server.interceptor with parameters of type InterceptorContext
 void InterceptorChain.init(InterceptorContext ctx)
          Initializes all interceptors this chain contains.
 void Interceptor.init(InterceptorContext context)
          Intializes this interceptor.
 

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

Methods in org.apache.ldap.server.normalization with parameters of type InterceptorContext
 void NormalizationService.init(InterceptorContext context)
           
 

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

Methods in org.apache.ldap.server.operational with parameters of type InterceptorContext
 void OperationalAttributeService.init(InterceptorContext ctx)
           
 

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

Methods in org.apache.ldap.server.schema with parameters of type InterceptorContext
 void SchemaService.init(InterceptorContext ctx)
           
 



Copyright © 2002-2005 . All Rights Reserved.