Class InMemoryOperationInterceptorRequestHandler

    • Constructor Detail

      • InMemoryOperationInterceptorRequestHandler

        public InMemoryOperationInterceptorRequestHandler​(@NotNull
                                                          java.util.List<InMemoryOperationInterceptor> interceptors,
                                                          @NotNull
                                                          LDAPListenerRequestHandler wrappedHandler)
        Creates a new instance of this LDAP listener request handler that will be used to process the provided set of operation interceptors.
        Parameters:
        interceptors - The set of operation interceptors that will be used to transform requests and responses. If there are multiple interceptors, then they will be invoked in the same order as elements in the provided list when processing both requests and results.
        wrappedHandler - The request handler that will be used to ensure that operations actually get processed.