Package org.apache.ldap.server.interceptor

Interface Summary
Interceptor Filters any directory operations.
NextInterceptor Represents the next Interceptor in the interceptor chain.
 

Class Summary
BaseInterceptor A easy-to-use implementation of Interceptor that demultiplexes invocations using method signature overloading.
InterceptorChain Manages the chain of Interceptors.
InterceptorConfigBuilder  
InterceptorContext  
 

Exception Summary
InterceptorException A LdapNamingException that wraps uncaught runtime exceptions thrown from Interceptors.