Package com.unboundid.ldap.listener.interceptor
-
Interface Summary Interface Description InMemoryInterceptedAddRequest This class provides an API that can be used in the course of processing an add request via theInMemoryOperationInterceptor
API.InMemoryInterceptedAddResult This class provides an API that can be used in the course of processing an add request via theInMemoryOperationInterceptor
API.InMemoryInterceptedCompareRequest This class provides an API that can be used in the course of processing a compare request via theInMemoryOperationInterceptor
API.InMemoryInterceptedCompareResult This class provides an API that can be used in the course of processing a compare request via theInMemoryOperationInterceptor
API.InMemoryInterceptedDeleteRequest This class provides an API that can be used in the course of processing a delete request via theInMemoryOperationInterceptor
API.InMemoryInterceptedDeleteResult This class provides an API that can be used in the course of processing a delete request via theInMemoryOperationInterceptor
API.InMemoryInterceptedExtendedRequest This class provides an API that can be used in the course of processing an extended request via theInMemoryOperationInterceptor
API.InMemoryInterceptedExtendedResult This class provides an API that can be used in the course of processing an extended request via theInMemoryOperationInterceptor
API.InMemoryInterceptedIntermediateResponse This class provides an API that can be used in the course of processing an intermediate response via theInMemoryOperationInterceptor
API.InMemoryInterceptedModifyDNRequest This class provides an API that can be used in the course of processing a modify DN request via theInMemoryOperationInterceptor
API.InMemoryInterceptedModifyDNResult This class provides an API that can be used in the course of processing a modify DN request via theInMemoryOperationInterceptor
API.InMemoryInterceptedModifyRequest This class provides an API that can be used in the course of processing a modify request via theInMemoryOperationInterceptor
API.InMemoryInterceptedModifyResult This class provides an API that can be used in the course of processing a modify request via theInMemoryOperationInterceptor
API.InMemoryInterceptedRequest This class provides an API that can be used in the course of processing a request via theInMemoryOperationInterceptor
API.InMemoryInterceptedResult This class provides an API that can be used in the course of processing a result via theInMemoryOperationInterceptor
API.InMemoryInterceptedSASLBindRequest This class provides an API that can be used in the course of processing a SASL bind request via theInMemoryOperationInterceptor
API.InMemoryInterceptedSASLBindResult This class provides an API that can be used in the course of processing a SASL bind request via theInMemoryOperationInterceptor
API.InMemoryInterceptedSearchEntry This class provides an API that can be used in the course of processing a search request via theInMemoryOperationInterceptor
API.InMemoryInterceptedSearchReference This class provides an API that can be used in the course of processing a search request via theInMemoryOperationInterceptor
API.InMemoryInterceptedSearchRequest This class provides an API that can be used in the course of processing a search request via theInMemoryOperationInterceptor
API.InMemoryInterceptedSearchResult This class provides an API that can be used in the course of processing a search request via theInMemoryOperationInterceptor
API.InMemoryInterceptedSimpleBindRequest This class provides an API that can be used in the course of processing a simple bind request via theInMemoryOperationInterceptor
API.InMemoryInterceptedSimpleBindResult This class provides an API that can be used in the course of processing a simple bind request via theInMemoryOperationInterceptor
API. -
Class Summary Class Description 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.