|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Authenticator s 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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |