Class ImmutablePublicKeyCredentialCreationOptionsRequest
java.lang.Object
org.springframework.security.web.webauthn.management.ImmutablePublicKeyCredentialCreationOptionsRequest
- All Implemented Interfaces:
PublicKeyCredentialCreationOptionsRequest
public class ImmutablePublicKeyCredentialCreationOptionsRequest
extends Object
implements PublicKeyCredentialCreationOptionsRequest
An immutable implementation of
PublicKeyCredentialCreationOptionsRequest
.- Since:
- 6.4
-
Constructor Summary
ConstructorDescriptionImmutablePublicKeyCredentialCreationOptionsRequest
(Authentication authentication) -
Method Summary
-
Constructor Details
-
ImmutablePublicKeyCredentialCreationOptionsRequest
-
-
Method Details
-
getAuthentication
Description copied from interface:PublicKeyCredentialCreationOptionsRequest
The currentAuthentication
. It must be authenticated to associate the credential to a user.- Specified by:
getAuthentication
in interfacePublicKeyCredentialCreationOptionsRequest
- Returns:
- the
Authentication
to use.
-