Class AuthenticatorSelectionCriteria
java.lang.Object
org.springframework.security.web.webauthn.api.AuthenticatorSelectionCriteria
AuthenticatorAttachment
can be used by
WebAuthn Relying
Parties to specify their requirements regarding authenticator attributes.
There is no requireResidentKey
property because it is only for backwards compatibility with WebAuthn Level 1.
- Since:
- 6.4
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
If authenticatorAttachment is present, eligible authenticators are filtered to be only those authenticators attached with the specified authenticator attachment modality (see also 6.2.1 Authenticator Attachment Modality).The residentKey specifies the extent to which the Relying Party desires to create a client-side discoverable credential.The userVerification specifies the Relying Party's requirements regarding user verification for the create() operation.
-
Method Details
-
getAuthenticatorAttachment
If authenticatorAttachment is present, eligible authenticators are filtered to be only those authenticators attached with the specified authenticator attachment modality (see also 6.2.1 Authenticator Attachment Modality).- Returns:
- the authenticator attachment
-
getResidentKey
The residentKey specifies the extent to which the Relying Party desires to create a client-side discoverable credential.- Returns:
- the resident key requirement
-
getUserVerification
The userVerification specifies the Relying Party's requirements regarding user verification for the create() operation.- Returns:
- the user verification requirement
-
builder
-