Interface InMemoryInterceptedExtendedResult

    • Method Detail

      • getRequest

        ExtendedRequest getRequest()
        Retrieves the extended 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 extended request that was processed.
      • getResult

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

        void setResult​(ExtendedResult extendedResult)
        Replaces the extended result to be returned to the client.
        Parameters:
        extendedResult - The extended 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.