Class ResidentKeyRequirement
java.lang.Object
org.springframework.security.web.webauthn.api.ResidentKeyRequirement
- All Implemented Interfaces:
Serializable
The ResidentKeyRequirement
describes the Relying Party requirements for client-side discoverable credentials.
- Since:
- 6.4
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResidentKeyRequirementThe discouraged requirement indicates that the Relying Party prefers creating a server-side credential, but will accept a client-side discoverable credential.static final ResidentKeyRequirementThe preferred requirement indicates that the Relying Party strongly prefers creating a client-side discoverable credential, but will accept a server-side credential.static final ResidentKeyRequirementThe required value indicates that the Relying Party requires a client-side discoverable credential. -
Method Summary
-
Field Details
-
DISCOURAGED
The discouraged requirement indicates that the Relying Party prefers creating a server-side credential, but will accept a client-side discoverable credential. -
PREFERRED
The preferred requirement indicates that the Relying Party strongly prefers creating a client-side discoverable credential, but will accept a server-side credential. -
REQUIRED
The required value indicates that the Relying Party requires a client-side discoverable credential.
-
-
Method Details
-
getValue
-
valueOf
-