Interface AsyncCompareResultListener

    • Method Detail

      • compareResultReceived

        void compareResultReceived​(@NotNull
                                   AsyncRequestID requestID,
                                   @NotNull
                                   CompareResult compareResult)
        Indicates that the provided LDAP result has been received in response to an asynchronous compare operation. Note that automatic referral following is not supported for asynchronous operations, so it is possible that this result could include a referral.
        Parameters:
        requestID - The async request ID of the request for which the response was received.
        compareResult - The compare result that has been received.