Uses of Package
com.jadaptive.webauthn.server.model
Packages that use com.jadaptive.webauthn.server.model
Package
Description
-
Classes in com.jadaptive.webauthn.server.model used by com.jadaptive.webauthn.server.modelClassDescriptionWhen a relying party app requests relying party for a sign/authentication request, for instance login request.
-
Classes in com.jadaptive.webauthn.server.model used by com.jadaptive.webauthn.server.request.cache.storeClassDescriptionSpecial case handling, in
AuthenticationRequestproperty of type AssertionRequest is transient and JsonIgnore'd.When a relying party app requests relying party for a registration request. -
Classes in com.jadaptive.webauthn.server.model used by com.jadaptive.webauthn.server.serviceClassDescriptionWhen a relying party app requests relying party for a sign/authentication request, for instance login request.When a relying party app sends a Webauthn authentication request to a Webauthn device to sign the challenge, the Webauthn device sends back a response with signature.When a relying party app requests relying party for a registration request.When a relying party app sends a Webauthn registration request to a Webauthn device to create a PKI key, the Webauthn device sends back a response with public key details.
-
Classes in com.jadaptive.webauthn.server.model used by com.jadaptive.webauthn.server.storageClassDescriptionThis is model which is persisted to track registered Webauthn users/credentials.