Class RelyingPartyIdentity

    • Method Detail

      • getId

        @NonNull
        public @NonNull java.lang.String getId()
        A unique identifier for the Relying Party, which sets the RP ID.

        This defines the domains where users' credentials are valid. See RP ID: scope for details and examples.

        See Also:
        RP ID, RP ID: scope
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getName

        @NonNull
        public @NonNull java.lang.String getName()
        The human-palatable name of the Relaying Party.

        For example: "ACME Corporation", "Wonderful Widgets, Inc." or "ОАО Примертех".

        Specified by:
        getName in interface PublicKeyCredentialEntity
        See Also:
        RFC 8264, RFC 8265