Interface LDAPResultEvent

    • Method Detail

      • isSuccess

        boolean isSuccess()
        Reports whether the LDAP operation was successful.
        Returns:
        true if succeeded, or false otherwise.
      • hasErrorInfo

        boolean hasErrorInfo()
        Reports whether there has been an error during the LDAP operation.
        Returns:
        true if there was an error.
      • getResultCode

        int getResultCode()
        Returns the result code of the LDAP operation.
        Returns:
        the result code.
      • getErrorMessage

        String getErrorMessage()
        Return the error message if the LDAP operation failed.
        Returns:
        the error message.
      • getMatchedDN

        String getMatchedDN()
        Return the matched DN if the LDAP operation failed (if applicable or null if not applicable).
        Returns:
        the matched DN.