Uses of Interface
net.shibboleth.idp.plugin.authn.webauthn.client.WebAuthnAuthenticationClient
Packages that use WebAuthnAuthenticationClient
Package
Description
Client APIs for WebAuthn.
This package has WebAuthn client implementations for WebAuthn.
This package has an authentication implementation for WebAuthn.
-
Uses of WebAuthnAuthenticationClient in net.shibboleth.idp.plugin.authn.webauthn.client
Methods in net.shibboleth.idp.plugin.authn.webauthn.client that return WebAuthnAuthenticationClientModifier and TypeMethodDescriptionWebAuthnAuthenticationClientFactory.createInstance()Create anWebAuthnAuthenticationClientinstance. -
Uses of WebAuthnAuthenticationClient in net.shibboleth.idp.plugin.authn.webauthn.client.impl
Classes in net.shibboleth.idp.plugin.authn.webauthn.client.impl that implement WebAuthnAuthenticationClientMethods in net.shibboleth.idp.plugin.authn.webauthn.client.impl that return WebAuthnAuthenticationClient -
Uses of WebAuthnAuthenticationClient in net.shibboleth.idp.plugin.authn.webauthn.impl
Fields in net.shibboleth.idp.plugin.authn.webauthn.impl declared as WebAuthnAuthenticationClientModifier and TypeFieldDescriptionprivate WebAuthnAuthenticationClientAbstractWebAuthnAction.webAuthnClientThe WebAuthn client to use.private WebAuthnAuthenticationClientValidateWebAuthnAssertion.webAuthnClientThe WebAuthn client to use.Methods in net.shibboleth.idp.plugin.authn.webauthn.impl that return WebAuthnAuthenticationClientModifier and TypeMethodDescriptionprotected WebAuthnAuthenticationClientAbstractWebAuthnAction.getWebAuthnClient()Get the WebAuthn client used to handle registration and authentication ceremonies.Methods in net.shibboleth.idp.plugin.authn.webauthn.impl with parameters of type WebAuthnAuthenticationClientModifier and TypeMethodDescriptionvoidAbstractWebAuthnAction.setWebAuthnClient(WebAuthnAuthenticationClient client) Set the WebAuthn client used to handle registration and authentication ceremonies.voidValidateWebAuthnAssertion.setWebAuthnClient(WebAuthnAuthenticationClient client) Set the WebAuthn client used to handle validation of the authentication ceremony.