|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorConfiguration | |
---|---|
org.apache.directory.server.core.authn | |
org.apache.directory.server.core.authz | |
org.apache.directory.server.core.collective | |
org.apache.directory.server.core.configuration | |
org.apache.directory.server.core.event | |
org.apache.directory.server.core.exception | |
org.apache.directory.server.core.interceptor | |
org.apache.directory.server.core.normalization | |
org.apache.directory.server.core.operational | |
org.apache.directory.server.core.referral | |
org.apache.directory.server.core.schema | Contains interfaces for schema object registry services and simple POJO implementations of these services. |
org.apache.directory.server.core.subtree |
Uses of InterceptorConfiguration in org.apache.directory.server.core.authn |
---|
Methods in org.apache.directory.server.core.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.directory.server.core.authz |
---|
Methods in org.apache.directory.server.core.authz with parameters of type InterceptorConfiguration | |
---|---|
void |
DefaultAuthorizationService.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.directory.server.core.collective |
---|
Methods in org.apache.directory.server.core.collective with parameters of type InterceptorConfiguration | |
---|---|
void |
CollectiveAttributeService.init(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
Uses of InterceptorConfiguration in org.apache.directory.server.core.configuration |
---|
Subclasses of InterceptorConfiguration in org.apache.directory.server.core.configuration | |
---|---|
class |
MutableInterceptorConfiguration
A mutable version of InterceptorConfiguration . |
Uses of InterceptorConfiguration in org.apache.directory.server.core.event |
---|
Methods in org.apache.directory.server.core.event with parameters of type InterceptorConfiguration | |
---|---|
void |
EventService.init(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
Uses of InterceptorConfiguration in org.apache.directory.server.core.exception |
---|
Methods in org.apache.directory.server.core.exception with parameters of type InterceptorConfiguration | |
---|---|
void |
ExceptionService.init(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
Uses of InterceptorConfiguration in org.apache.directory.server.core.interceptor |
---|
Methods in org.apache.directory.server.core.interceptor that return InterceptorConfiguration | |
---|---|
InterceptorConfiguration |
InterceptorChain.remove(java.lang.String interceptorName)
|
Methods in org.apache.directory.server.core.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.directory.server.core.normalization |
---|
Methods in org.apache.directory.server.core.normalization with parameters of type InterceptorConfiguration | |
---|---|
void |
NormalizationService.init(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
Uses of InterceptorConfiguration in org.apache.directory.server.core.operational |
---|
Methods in org.apache.directory.server.core.operational with parameters of type InterceptorConfiguration | |
---|---|
void |
OperationalAttributeService.init(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
Uses of InterceptorConfiguration in org.apache.directory.server.core.referral |
---|
Methods in org.apache.directory.server.core.referral with parameters of type InterceptorConfiguration | |
---|---|
void |
ReferralService.init(DirectoryServiceConfiguration dsConfig,
InterceptorConfiguration cfg)
Initialize the Interceptor loading all the existing referrals into a local cache. |
Uses of InterceptorConfiguration in org.apache.directory.server.core.schema |
---|
Methods in org.apache.directory.server.core.schema with parameters of type InterceptorConfiguration | |
---|---|
void |
SchemaService.init(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
Initialize the Schema Service |
Uses of InterceptorConfiguration in org.apache.directory.server.core.subtree |
---|
Methods in org.apache.directory.server.core.subtree with parameters of type InterceptorConfiguration | |
---|---|
void |
SubentryService.init(DirectoryServiceConfiguration factoryCfg,
InterceptorConfiguration cfg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |