|
|||||||||||
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 Interceptor that controls access to BackingStore
operations. |
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 BackingStore 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 that demultiplexes invocations
using method signature overloading. |
class |
InterceptorChain
Manages the chain of Interceptor s. |
Methods in org.apache.ldap.server.interceptor that return Interceptor | |
Interceptor |
InterceptorException.getInterceptor()
Gets the interceptor this exception is associated with. |
Interceptor |
InterceptorChain.get(java.lang.String name)
Returns the interceptor with the specified name . |
Methods in org.apache.ldap.server.interceptor with parameters of type Interceptor | |
void |
InterceptorChain.addFirst(java.lang.String name,
Interceptor interceptor)
Adds the specified interceptor with the specified name at the beginning of this chain. |
void |
InterceptorChain.addLast(java.lang.String name,
Interceptor interceptor)
Adds the specified interceptor with the specified name at the end of this chain. |
void |
InterceptorChain.addBefore(java.lang.String baseName,
java.lang.String name,
Interceptor interceptor)
Adds the specified interceptor with the specified name just before the interceptor whose name is baseName in this chain. |
void |
InterceptorChain.addAfter(java.lang.String baseName,
java.lang.String name,
Interceptor interceptor)
Adds the specified interceptor with the specified name just after the interceptor whose name is baseName in this chain. |
Constructors in org.apache.ldap.server.interceptor with parameters of type Interceptor | |
InterceptorException(Interceptor interceptor,
Invocation invocation)
Creates an InterceptorException without a message. |
|
InterceptorException(Interceptor interceptor,
Invocation invocation,
java.lang.String explanation)
Creates an InterceptorException with a custom message. |
|
InterceptorException(Interceptor interceptor,
Invocation invocation,
java.lang.Throwable rootCause)
Creates an InterceptorException without a message. |
|
InterceptorException(Interceptor interceptor,
Invocation invocation,
java.lang.String explanation,
java.lang.Throwable rootCause)
Creates an InterceptorException without a message. |
Uses of Interceptor in org.apache.ldap.server.jndi |
Methods in org.apache.ldap.server.jndi that return Interceptor | |
Interceptor |
JndiProvider.getInterceptor()
|
Methods in org.apache.ldap.server.jndi with parameters of type Interceptor | |
void |
JndiProvider.setInterceptor(Interceptor interceptor)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |