|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Interceptor in org.apache.ldap.server.authn |
---|
Classes in org.apache.ldap.server.authn that implement Interceptor | |
---|---|
class |
AuthenticationService
An Interceptor that authenticates users. |
Uses of Interceptor in org.apache.ldap.server.authz |
---|
Classes in org.apache.ldap.server.authz that implement Interceptor | |
---|---|
class |
AuthorizationService
An ACI based authorization service. |
class |
OldAuthorizationService
An Interceptor that controls access to DirectoryPartitionNexus . |
Uses of Interceptor in org.apache.ldap.server.collective |
---|
Classes in org.apache.ldap.server.collective that implement Interceptor | |
---|---|
class |
CollectiveAttributeService
An interceptor based service dealing with collective attribute management. |
Uses of Interceptor in org.apache.ldap.server.configuration |
---|
Methods in org.apache.ldap.server.configuration that return Interceptor | |
---|---|
Interceptor |
InterceptorConfiguration.getInterceptor()
Returns the Interceptor that this configuration
configures. |
Methods in org.apache.ldap.server.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.ldap.server.event |
---|
Classes in org.apache.ldap.server.event that implement Interceptor | |
---|---|
class |
EventService
An interceptor based serivice for notifying NamingListeners of EventContext and EventDirContext changes. |
Uses of Interceptor in org.apache.ldap.server.exception |
---|
Classes in org.apache.ldap.server.exception that implement Interceptor | |
---|---|
class |
ExceptionService
An Interceptor that detects any operations that breaks integrity
of DirectoryPartition and terminates the current invocation chain by
throwing a NamingException . |
Uses of Interceptor in org.apache.ldap.server.interceptor |
---|
Classes in org.apache.ldap.server.interceptor that implement Interceptor | |
---|---|
class |
BaseInterceptor
A easy-to-use implementation of Interceptor . |
Methods in org.apache.ldap.server.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.ldap.server.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.String explanation,
java.lang.Throwable rootCause)
Creates an InterceptorException without a message. |
|
InterceptorException(Interceptor interceptor,
java.lang.Throwable rootCause)
Creates an InterceptorException without a message. |
Uses of Interceptor in org.apache.ldap.server.normalization |
---|
Classes in org.apache.ldap.server.normalization that implement Interceptor | |
---|---|
class |
NormalizationService
A name normalization service. |
Uses of Interceptor in org.apache.ldap.server.operational |
---|
Classes in org.apache.ldap.server.operational that implement Interceptor | |
---|---|
class |
OperationalAttributeService
An Interceptor that adds or modifies the default attributes
of entries. |
Uses of Interceptor in org.apache.ldap.server.schema |
---|
Classes in org.apache.ldap.server.schema that implement Interceptor | |
---|---|
class |
SchemaService
An Interceptor that manages and enforces schemas. |
Uses of Interceptor in org.apache.ldap.server.subtree |
---|
Classes in org.apache.ldap.server.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 |