Class PublicKeyCredentialRpEntity
java.lang.Object
org.springframework.security.web.webauthn.api.PublicKeyCredentialRpEntity
The PublicKeyCredentialRpEntity
dictionary is used to supply additional Relying Party attributes when creating a new
credential.
- Since:
- 6.4
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Used to create aPublicKeyCredentialRpEntity
. -
Method Summary
-
Method Details
-
getName
The name property is a human-palatable name for the entity. Its function depends on what the PublicKeyCredentialEntity represents for the Relying Party, intended only for display.- Returns:
- the name
-
getId
- Returns:
- the relying party id
-
builder
-