Package com.yubico.webauthn.data
Class RelyingPartyIdentity
java.lang.Object
com.yubico.webauthn.data.RelyingPartyIdentity
- All Implemented Interfaces:
PublicKeyCredentialEntity
Used to supply additional Relying Party attributes when creating a new credential.
-
Method Details
-
builder
-
toBuilder
-
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:
-
equals
-
hashCode
public int hashCode() -
toString
-
getName
The human-palatable name of the Relaying Party.For example: "ACME Corporation", "Wonderful Widgets, Inc." or "ОАО Примертех".
- Specified by:
getName
in interfacePublicKeyCredentialEntity
- See Also:
-