Interface InMemoryInterceptedModifyDNResult

    • Method Detail

      • getRequest

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

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

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