Package com.unboundid.ldap.listener.interceptor

Interface Summary
InMemoryInterceptedAddRequest This class provides an API that can be used in the course of processing an add request via the InMemoryOperationInterceptor API.
InMemoryInterceptedAddResult This class provides an API that can be used in the course of processing an add request via the InMemoryOperationInterceptor API.
InMemoryInterceptedCompareRequest This class provides an API that can be used in the course of processing a compare request via the InMemoryOperationInterceptor API.
InMemoryInterceptedCompareResult This class provides an API that can be used in the course of processing a compare request via the InMemoryOperationInterceptor API.
InMemoryInterceptedDeleteRequest This class provides an API that can be used in the course of processing a delete request via the InMemoryOperationInterceptor API.
InMemoryInterceptedDeleteResult This class provides an API that can be used in the course of processing a delete request via the InMemoryOperationInterceptor API.
InMemoryInterceptedExtendedRequest This class provides an API that can be used in the course of processing an extended request via the InMemoryOperationInterceptor API.
InMemoryInterceptedExtendedResult This class provides an API that can be used in the course of processing an extended request via the InMemoryOperationInterceptor API.
InMemoryInterceptedIntermediateResponse This class provides an API that can be used in the course of processing an intermediate response via the InMemoryOperationInterceptor API.
InMemoryInterceptedModifyDNRequest This class provides an API that can be used in the course of processing a modify DN request via the InMemoryOperationInterceptor API.
InMemoryInterceptedModifyDNResult This class provides an API that can be used in the course of processing a modify DN request via the InMemoryOperationInterceptor API.
InMemoryInterceptedModifyRequest This class provides an API that can be used in the course of processing a modify request via the InMemoryOperationInterceptor API.
InMemoryInterceptedModifyResult This class provides an API that can be used in the course of processing a modify request via the InMemoryOperationInterceptor API.
InMemoryInterceptedRequest This class provides an API that can be used in the course of processing a request via the InMemoryOperationInterceptor API.
InMemoryInterceptedResult This class provides an API that can be used in the course of processing a result via the InMemoryOperationInterceptor API.
InMemoryInterceptedSASLBindRequest This class provides an API that can be used in the course of processing a SASL bind request via the InMemoryOperationInterceptor API.
InMemoryInterceptedSASLBindResult This class provides an API that can be used in the course of processing a SASL bind request via the InMemoryOperationInterceptor API.
InMemoryInterceptedSearchEntry This class provides an API that can be used in the course of processing a search request via the InMemoryOperationInterceptor API.
InMemoryInterceptedSearchReference This class provides an API that can be used in the course of processing a search request via the InMemoryOperationInterceptor API.
InMemoryInterceptedSearchRequest This class provides an API that can be used in the course of processing a search request via the InMemoryOperationInterceptor API.
InMemoryInterceptedSearchResult This class provides an API that can be used in the course of processing a search request via the InMemoryOperationInterceptor API.
InMemoryInterceptedSimpleBindRequest This class provides an API that can be used in the course of processing a simple bind request via the InMemoryOperationInterceptor API.
InMemoryInterceptedSimpleBindResult This class provides an API that can be used in the course of processing a simple bind request via the InMemoryOperationInterceptor API.
 

Class Summary
InMemoryOperationInterceptor This class defines an API that may be used to intercept and potentially alter communication between an LDAP client and the in-memory directory server.
InMemoryOperationInterceptorRequestHandler This class provides an LDAP listener request handler that may be used to invoke any in-memory operation interceptors in the course of processing operations for the in-memory directory server.