Interface WhoAmIResponse

    • Method Detail

      • isDnAuthzId

        boolean isDnAuthzId()
        Returns:
        true if the response contains a DN authz (dn:XXX)
      • isUserAuthzId

        boolean isUserAuthzId()
        Returns:
        true if the response contains a userID authz (u:XXX)
      • getAuthzId

        byte[] getAuthzId()
        Get the authzid as a byte[]
        Returns:
        The authzid or null
      • getAuthzIdString

        String getAuthzIdString()
        Get the authzid as String. We will strip out the 'dn:' or 'u:' part.
        Returns:
        The authzid or null
      • getDn

        Dn getDn()
        Get the DN authzid.
        Returns:
        The DN or null