Class ImmutablePublicKeyCredentialRequestOptionsRequest
java.lang.Object
org.springframework.security.web.webauthn.management.ImmutablePublicKeyCredentialRequestOptionsRequest
- All Implemented Interfaces:
PublicKeyCredentialRequestOptionsRequest
public class ImmutablePublicKeyCredentialRequestOptionsRequest
extends Object
implements PublicKeyCredentialRequestOptionsRequest
-
Constructor Summary
ConstructorsConstructorDescriptionImmutablePublicKeyCredentialRequestOptionsRequest(org.springframework.security.core.Authentication authentication) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.AuthenticationThe currentAuthentication.
-
Constructor Details
-
ImmutablePublicKeyCredentialRequestOptionsRequest
public ImmutablePublicKeyCredentialRequestOptionsRequest(org.springframework.security.core.Authentication authentication)
-
-
Method Details
-
getAuthentication
public org.springframework.security.core.Authentication getAuthentication()Description copied from interface:PublicKeyCredentialRequestOptionsRequestThe currentAuthentication. Possibly null or an anonymous.- Specified by:
getAuthenticationin interfacePublicKeyCredentialRequestOptionsRequest- Returns:
- the current
Authentication
-