Package org.ldaptive

Interface Result

    • Field Detail

      • ENCODE_CNTRL_CHARS

        static final boolean ENCODE_CNTRL_CHARS
        Whether to encode control characters.
    • Method Detail

      • getResultCode

        ResultCode getResultCode()
        Returns the result code.
        Returns:
        result code
      • getMatchedDN

        String getMatchedDN()
        Returns the matched DN.
        Returns:
        matched DN
      • getDiagnosticMessage

        String getDiagnosticMessage()
        Returns the diagnostic message.
        Returns:
        diagnostic message
      • getReferralURLs

        String[] getReferralURLs()
        Returns the referral URLs.
        Returns:
        referral URLs
      • isSuccess

        default boolean isSuccess()
        Returns whether the result code in this result is ResultCode.SUCCESS.
        Returns:
        whether this result is success