Class ResidentKeyRequirement
java.lang.Object
org.springframework.security.web.webauthn.api.ResidentKeyRequirement
The ResidentKeyRequirement
describes the Relying Partys requirements for client-side discoverable credentials.
- Since:
- 6.4
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ResidentKeyRequirement
The discouraged requirement indicates that the Relying Party prefers creating a server-side credential, but will accept a client-side discoverable credential.static final ResidentKeyRequirement
The preferred requirement indicates that the Relying Party strongly prefers creating a client-side discoverable credential, but will accept a server-side credential.static final ResidentKeyRequirement
The 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
Gets the value.- Returns:
- the value
-
valueOf
-