|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interceptor | |
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 Interceptor in org.apache.directory.server.core.authn |
Classes in org.apache.directory.server.core.authn that implement Interceptor | |
class |
AuthenticationService
An Interceptor that authenticates users. |
Uses of Interceptor in org.apache.directory.server.core.authz |
Classes in org.apache.directory.server.core.authz that implement Interceptor | |
class |
AuthorizationService
An ACI based authorization service. |
class |
DefaultAuthorizationService
An Interceptor that controls access to PartitionNexus . |
Uses of Interceptor in org.apache.directory.server.core.collective |
Classes in org.apache.directory.server.core.collective that implement Interceptor | |
class |
CollectiveAttributeService
An interceptor based service dealing with collective attribute management. |
Uses of Interceptor in org.apache.directory.server.core.configuration |
Methods in org.apache.directory.server.core.configuration that return Interceptor | |
Interceptor |
InterceptorConfiguration.getInterceptor()
Returns the Interceptor that this configuration
configures. |
Methods in org.apache.directory.server.core.configuration with parameters of type Interceptor | |
void |
MutableInterceptorConfiguration.setInterceptor(Interceptor interceptor)
|
protected void |
InterceptorConfiguration.setInterceptor(Interceptor authenticator)
Sets the Interceptor that this configuration
configures. |
Uses of Interceptor in org.apache.directory.server.core.event |
Classes in org.apache.directory.server.core.event that implement Interceptor | |
class |
EventService
An interceptor based serivice for notifying NamingListeners of EventContext and EventDirContext changes. |
Uses of Interceptor in org.apache.directory.server.core.exception |
Classes in org.apache.directory.server.core.exception that implement Interceptor | |
class |
ExceptionService
An Interceptor that detects any operations that breaks integrity
of Partition and terminates the current invocation chain by
throwing a NamingException . |
Uses of Interceptor in org.apache.directory.server.core.interceptor |
Classes in org.apache.directory.server.core.interceptor that implement Interceptor | |
class |
BaseInterceptor
A easy-to-use implementation of Interceptor . |
Methods in org.apache.directory.server.core.interceptor that return Interceptor | |
Interceptor |
InterceptorChain.get(java.lang.String interceptorName)
Returns the registered interceptor with the specified name. |
Interceptor |
InterceptorException.getInterceptor()
Gets the interceptor this exception is associated with. |
Constructors in org.apache.directory.server.core.interceptor with parameters of type Interceptor | |
InterceptorException(Interceptor interceptor)
Creates an InterceptorException without a message. |
|
InterceptorException(Interceptor interceptor,
java.lang.String explanation)
Creates an InterceptorException with a custom message. |
|
InterceptorException(Interceptor interceptor,
java.lang.Throwable rootCause)
Creates an InterceptorException without a message. |
|
InterceptorException(Interceptor interceptor,
java.lang.String explanation,
java.lang.Throwable rootCause)
Creates an InterceptorException without a message. |
Uses of Interceptor in org.apache.directory.server.core.normalization |
Classes in org.apache.directory.server.core.normalization that implement Interceptor | |
class |
NormalizationService
A name normalization service. |
Uses of Interceptor in org.apache.directory.server.core.operational |
Classes in org.apache.directory.server.core.operational that implement Interceptor | |
class |
OperationalAttributeService
An Interceptor that adds or modifies the default attributes
of entries. |
Uses of Interceptor in org.apache.directory.server.core.referral |
Classes in org.apache.directory.server.core.referral that implement Interceptor | |
class |
ReferralService
An service which is responsible referral handling behavoirs. |
Uses of Interceptor in org.apache.directory.server.core.schema |
Classes in org.apache.directory.server.core.schema that implement Interceptor | |
class |
SchemaService
An Interceptor that manages and enforces schemas. |
Uses of Interceptor in org.apache.directory.server.core.subtree |
Classes in org.apache.directory.server.core.subtree that implement Interceptor | |
class |
SubentryService
The Subentry interceptor service which is responsible for filtering out subentries on search operations and injecting operational attributes |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |