|
||||||||||
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(DirectoryServiceConfiguration 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 |
OldAuthorizationService.init(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
void |
AuthorizationService.init(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
Initializes this interceptor based service by getting a handle on the nexus, setting up the tupe and group membership caches and the ACIItem parser and the ACDF engine. |
Uses of InterceptorConfiguration in org.apache.ldap.server.collective |
---|
Methods in org.apache.ldap.server.collective with parameters of type InterceptorConfiguration | |
---|---|
void |
CollectiveAttributeService.init(DirectoryServiceConfiguration 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.event |
---|
Methods in org.apache.ldap.server.event with parameters of type InterceptorConfiguration | |
---|---|
void |
EventService.init(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
Uses of InterceptorConfiguration in org.apache.ldap.server.exception |
---|
Methods in org.apache.ldap.server.exception with parameters of type InterceptorConfiguration | |
---|---|
void |
ExceptionService.init(DirectoryServiceConfiguration 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.addAfter(java.lang.String prevInterceptorName,
InterceptorConfiguration cfg)
|
void |
InterceptorChain.addBefore(java.lang.String nextInterceptorName,
InterceptorConfiguration cfg)
|
void |
InterceptorChain.addFirst(InterceptorConfiguration cfg)
|
void |
InterceptorChain.addLast(InterceptorConfiguration cfg)
|
void |
Interceptor.init(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
Intializes this interceptor. |
void |
BaseInterceptor.init(DirectoryServiceConfiguration 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(DirectoryServiceConfiguration 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(DirectoryServiceConfiguration 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(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
Uses of InterceptorConfiguration in org.apache.ldap.server.subtree |
---|
Methods in org.apache.ldap.server.subtree with parameters of type InterceptorConfiguration | |
---|---|
void |
SubentryService.init(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |