| WebAuthnAuthenticationMechanism |
An AuthenticationMechanism for WebAuthn which mostly delegates to @{link PersistentLoginManager}
and @{TrustedAuthenticationRequest}, since authentication is handled by WebAuthnController
or @{link WebAuthnSecurity}.
|
| WebAuthnAuthenticationRequest |
|
| WebAuthnAuthenticatorStorage |
WebAuthn authenticator storage which delegates to @{link WebAuthnUserProvider}.
|
| WebAuthnBuildTimeConfig |
|
| WebAuthnController |
Endpoints for login/register/callback
|
| WebAuthnIdentityProvider |
WebAuthn IdentityProvider
|
| WebAuthnLoginResponse |
JAX-RS structure suitable for use as a BeanParam for a POST response
containing all the required fields for a form-based login.
|
| WebAuthnRecorder |
|
| WebAuthnRegisterResponse |
JAX-RS structure suitable for use as a BeanParam for a POST response
containing all the required fields for a form-based registration.
|
| WebAuthnResponse |
JAX-RS structure suitable for use as a BeanParam for a POST response
containing all the common required fields for a form-based login and registration.
|
| WebAuthnRunTimeConfig |
Webauthn runtime configuration object.
|
| WebAuthnRunTimeConfig.RelyingPartyConfig |
Root CRLs for attestation verification of authenticators.
|
| WebAuthnSecurity |
Utility class that allows users to manually login or register users using WebAuthn
|
| WebAuthnTrustedIdentityProvider |
IdentityProvider for TrustedAuthenticationRequest
|