Uses of Class
net.shibboleth.idp.plugin.authn.webauthn.exception.WebAuthnAuthenticationClientException
Packages that use WebAuthnAuthenticationClientException
Package
Description
Client APIs for WebAuthn.
This package has WebAuthn client implementations for WebAuthn.
Exception classes for WebAuthn.
-
Uses of WebAuthnAuthenticationClientException in net.shibboleth.idp.plugin.authn.webauthn.client
Methods in net.shibboleth.idp.plugin.authn.webauthn.client that throw WebAuthnAuthenticationClientExceptionModifier and TypeMethodDescriptioncom.yubico.webauthn.data.PublicKeyCredentialRequestOptionsWebAuthnAuthenticationClient.createAuthenticationRequest(CredentialRequestOptionsParameters requestParams) Create a PublicKeyCredentialRequestOptions for the WebAuthn 'get' call to generate an authentication assertion.WebAuthnAuthenticationClientFactory.createInstance()Create anWebAuthnAuthenticationClientinstance.com.yubico.webauthn.data.PublicKeyCredentialCreationOptionsWebAuthnAuthenticationClient.createRegistrationRequest(CredentialCreationOptionsParameters creationOptions) Create a PublicKeyCredentialCreationOptions for the WebAuthn 'create' call to generate a new registration attestation. -
Uses of WebAuthnAuthenticationClientException in net.shibboleth.idp.plugin.authn.webauthn.client.impl
Methods in net.shibboleth.idp.plugin.authn.webauthn.client.impl that throw WebAuthnAuthenticationClientExceptionModifier and TypeMethodDescriptioncom.yubico.webauthn.data.PublicKeyCredentialRequestOptionsYubicoWebAuthnAuthenticationClient.createAuthenticationRequest(CredentialRequestOptionsParameters requestParams) com.yubico.webauthn.data.PublicKeyCredentialCreationOptionsYubicoWebAuthnAuthenticationClient.createRegistrationRequest(CredentialCreationOptionsParameters creationOptions) Create a PublicKeyCredentialCreationOptions for the WebAuthn 'create' call to generate a new registration attestation. -
Uses of WebAuthnAuthenticationClientException in net.shibboleth.idp.plugin.authn.webauthn.exception
Subclasses of WebAuthnAuthenticationClientException in net.shibboleth.idp.plugin.authn.webauthn.exceptionModifier and TypeClassDescriptionclassException that is throw if an authentication assertion is not valid.classException that is throw if a public key credential registration (attestation) is not valid.