Uses of Class
com.jadaptive.webauthn.server.model.AuthenticationRequest
Packages that use AuthenticationRequest
-
Uses of AuthenticationRequest in com.jadaptive.webauthn.server.model
Methods in com.jadaptive.webauthn.server.model that return AuthenticationRequestModifier and TypeMethodDescriptionAuthenticationRequest.AuthenticationRequestWithSerializable.getAuthenticationRequest()Methods in com.jadaptive.webauthn.server.model with parameters of type AuthenticationRequestModifier and TypeMethodDescriptionvoidAuthenticationRequest.AuthenticationRequestWithSerializable.setAuthenticationRequest(AuthenticationRequest authenticationRequest) Constructors in com.jadaptive.webauthn.server.model with parameters of type AuthenticationRequestModifierConstructorDescriptionAuthenticationRequestWithSerializable(AuthenticationRequest authenticationRequest, com.yubico.webauthn.AssertionRequest assertionRequest) -
Uses of AuthenticationRequest in com.jadaptive.webauthn.server.service
Methods in com.jadaptive.webauthn.server.service that return AuthenticationRequestModifier and TypeMethodDescriptionWebauthnServerService.startAuthentication(String username, Optional<Validator> validator) Starts a webauthn authentication process.WebauthnServerServiceImpl.startAuthentication(String username, Optional<Validator> validator) Starts a webauthn authentication process.