Interface InMemoryInterceptedSimpleBindResult

    • Method Detail

      • getRequest

        SimpleBindRequest getRequest()
        Retrieves the simple bind request that was processed. If the request was altered between the time it was received from the client and the time it was actually processed by the in-memory directory server, then this will be the most recently altered version.
        Returns:
        The simple bind request that was processed.
      • getResult

        BindResult getResult()
        Retrieves the bind result to be returned to the client.
        Returns:
        The bind result to be returned to the client.
      • setResult

        void setResult​(BindResult bindResult)
        Replaces the bind result to be returned to the client.
        Parameters:
        bindResult - The bind result that should be returned to the client instead of the result originally generated by the in-memory directory server. It must not be null.