Interface SuccessSASLBindResult

    • Method Detail

      • getAuthenticatedUserDN

        java.lang.String getAuthenticatedUserDN()
        Retrieves the DN of the user that was successfully authenticated.
        Returns:
        The DN of the user that was successfully authenticated, or an empty string if the authentication was anonymous.
      • getAuthorizedUserDN

        java.lang.String getAuthorizedUserDN()
        Retrieves the DN of the authorization identity resulting from the bind.
        Returns:
        The DN of the authorization identity resulting from the bind, or an empty string if the authorization identity should be anonymous.
      • getPasswordUsed

        ASN1OctetString getPasswordUsed()
        Retrieves the plaintext representation of the password used to authenticate, if available.
        Returns:
        The plaintext representation of the password used to authenticate, or null if this is not available or applicable.