Uses of Class
com.jadaptive.webauthn.server.model.RegistrationRequest
Packages that use RegistrationRequest
Package
Description
-
Uses of RegistrationRequest in com.jadaptive.webauthn.server.request.cache.store
Methods in com.jadaptive.webauthn.server.request.cache.store that return types with arguments of type RegistrationRequestModifier and TypeMethodDescriptionRegistrationCacheStore.get(com.yubico.webauthn.data.ByteArray id) Methods in com.jadaptive.webauthn.server.request.cache.store with parameters of type RegistrationRequestModifier and TypeMethodDescriptionvoidRegistrationCacheStore.put(com.yubico.webauthn.data.ByteArray id, RegistrationRequest registrationRequest) -
Uses of RegistrationRequest in com.jadaptive.webauthn.server.service
Methods in com.jadaptive.webauthn.server.service that return RegistrationRequestModifier and TypeMethodDescriptionWebauthnServerService.startRegistration(User user, Optional<Validator> validator) Starts a webauthn registration process.WebauthnServerServiceImpl.startRegistration(User user, Optional<Validator> validator) Starts a webauthn registration process.