Package org.springframework.security.web.webauthn.authentication
package org.springframework.security.web.webauthn.authentication
-
ClassDescriptionA
PublicKeyCredentialRequestOptionsRepository
that stores thePublicKeyCredentialRequestOptions
in theHttpSession
.SavesPublicKeyCredentialRequestOptions
between a request to generate an assertion and the validation of the assertion.AWebAuthnAuthentication
is used to represent successful authentication with WebAuthn.AuthenticatesPublicKeyCredential<AuthenticatorAssertionResponse>
that is parsed from the body of theHttpServletRequest
using theWebAuthnAuthenticationFilter.setConverter(GenericHttpMessageConverter)
.AnAuthenticationProvider
that usesWebAuthnRelyingPartyOperations
for authentication using anWebAuthnAuthenticationRequestToken
.AnAuthentication
used inWebAuthnAuthenticationProvider
for authenticating via WebAuthn.