Uses of Interface
com.jadaptive.webauthn.server.validator.Validator
Packages that use Validator
-
Uses of Validator in com.jadaptive.webauthn.server.service
Method parameters in com.jadaptive.webauthn.server.service with type arguments of type ValidatorModifier and TypeMethodDescriptioncom.yubico.webauthn.AssertionResultWebauthnServerService.completeAuthentication(AuthenticationResponse assertionResponse, Optional<Validator> validator) Complates a webauthn authentication process.com.yubico.webauthn.AssertionResultWebauthnServerServiceImpl.completeAuthentication(AuthenticationResponse assertionResponse, Optional<Validator> validator) Completes a webauthn authentication process.voidWebauthnServerService.completeRegistration(RegistrationResponse registrationResponse, Optional<Validator> validator) Completes a webauthn registration process.voidWebauthnServerServiceImpl.completeRegistration(RegistrationResponse registrationResponse, Optional<Validator> validator) Completes a webauthn registration process.WebauthnServerService.startAuthentication(String username, Optional<Validator> validator) Starts a webauthn authentication process.WebauthnServerServiceImpl.startAuthentication(String username, Optional<Validator> validator) Starts a webauthn authentication process.WebauthnServerService.startRegistration(User user, Optional<Validator> validator) Starts a webauthn registration process.WebauthnServerServiceImpl.startRegistration(User user, Optional<Validator> validator) Starts a webauthn registration process.