Interface InMemoryInterceptedDeleteResult

    • Method Detail

      • getRequest

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

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

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