Modifier and Type | Class and Description |
---|---|
class |
MockInterceptor |
Modifier and Type | Method and Description |
---|---|
Interceptor |
MockDirectoryService.getInterceptor(String interceptorName) |
Interceptor |
DefaultDirectoryService.getInterceptor(String interceptorName)
Get an Interceptor instance from its name
|
Interceptor |
DirectoryService.getInterceptor(String interceptorName)
Get an Interceptor instance from its name
|
Modifier and Type | Method and Description |
---|---|
List<Interceptor> |
MockDirectoryService.getInterceptors() |
List<Interceptor> |
DefaultDirectoryService.getInterceptors()
Returns interceptors in the server.
|
List<Interceptor> |
DirectoryService.getInterceptors()
Returns interceptors in the server.
|
Modifier and Type | Method and Description |
---|---|
void |
MockDirectoryService.setInterceptors(List<Interceptor> interceptors) |
void |
DefaultDirectoryService.setInterceptors(List<Interceptor> interceptors)
Sets the interceptors in the server.
|
void |
DirectoryService.setInterceptors(List<Interceptor> interceptors)
Sets the interceptors in the server.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationInterceptor
An
Interceptor that authenticates users. |
Modifier and Type | Class and Description |
---|---|
class |
AciAuthorizationInterceptor
An ACI based authorization service.
|
class |
DefaultAuthorizationInterceptor
An
Interceptor that controls access to DefaultPartitionNexus . |
Modifier and Type | Class and Description |
---|---|
class |
ChangeLogInterceptor
An interceptor which intercepts write operations to the directory and
logs them with the server's ChangeLog service.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectiveAttributeInterceptor
An interceptor based service dealing with collective attribute
management.
|
Modifier and Type | Class and Description |
---|---|
class |
EventInterceptor
An
Interceptor based service for notifying DirectoryListener s of changes to the DIT. |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionInterceptor
An
Interceptor that detects any operations that breaks integrity
of Partition and terminates the current invocation chain by
throwing a Exception . |
Modifier and Type | Class and Description |
---|---|
class |
BaseInterceptor
A easy-to-use implementation of
Interceptor . |
Modifier and Type | Method and Description |
---|---|
Interceptor |
InterceptorChain.get(String interceptorName)
Returns the registered interceptor with the specified name.
|
Interceptor |
InterceptorException.getInterceptor()
Gets the interceptor this exception is associated with.
|
Modifier and Type | Method and Description |
---|---|
List<Interceptor> |
InterceptorChain.getAll()
Returns the list of all registered interceptors.
|
Modifier and Type | Method and Description |
---|---|
void |
InterceptorChain.addAfter(String prevInterceptorName,
Interceptor interceptor) |
void |
InterceptorChain.addBefore(String nextInterceptorName,
Interceptor interceptor) |
void |
InterceptorChain.addFirst(Interceptor interceptor) |
void |
InterceptorChain.addLast(Interceptor interceptor) |
Constructor and Description |
---|
InterceptorException(Interceptor interceptor)
Creates an InterceptorException without a message.
|
InterceptorException(Interceptor interceptor,
String explanation)
Creates an InterceptorException with a custom message.
|
InterceptorException(Interceptor interceptor,
String explanation,
Throwable rootCause)
Creates an InterceptorException without a message.
|
InterceptorException(Interceptor interceptor,
Throwable rootCause)
Creates an InterceptorException without a message.
|
Modifier and Type | Class and Description |
---|---|
class |
JournalInterceptor
An interceptor which intercepts write operations to the directory and
logs them into a journal.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyDerivationInterceptor
An
Interceptor that creates symmetric Kerberos keys for users. |
class |
PasswordPolicyInterceptor
An
Interceptor that enforces password policy for users. |
Modifier and Type | Class and Description |
---|---|
class |
NormalizationInterceptor
A name normalization service.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationalAttributeInterceptor
An
Interceptor that adds or modifies the default attributes
of entries. |
Modifier and Type | Class and Description |
---|---|
class |
ReferralInterceptor
An service which is responsible referral handling behavoirs.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaInterceptor
An
Interceptor that manages and enforces schemas. |
Modifier and Type | Class and Description |
---|---|
class |
SubentryInterceptor
The Subentry interceptor service which is responsible for filtering
out subentries on search operations and injecting operational attributes
|
Modifier and Type | Class and Description |
---|---|
class |
TriggerInterceptor
The Trigger Service based on the Trigger Specification.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.