Uses of Class
net.shibboleth.idp.plugin.authn.webauthn.admin.CredentialCreationOptionsParameters
Packages that use CredentialCreationOptionsParameters
Package
Description
Administrative flow APIs for WebAuthn.
Client APIs for WebAuthn.
This package has WebAuthn client implementations for WebAuthn.
-
Uses of CredentialCreationOptionsParameters in net.shibboleth.idp.plugin.authn.webauthn.admin
Methods in net.shibboleth.idp.plugin.authn.webauthn.admin that return CredentialCreationOptionsParameters -
Uses of CredentialCreationOptionsParameters in net.shibboleth.idp.plugin.authn.webauthn.client
Methods in net.shibboleth.idp.plugin.authn.webauthn.client with parameters of type CredentialCreationOptionsParametersModifier and TypeMethodDescriptioncom.yubico.webauthn.data.PublicKeyCredentialCreationOptionsWebAuthnAuthenticationClient.createRegistrationRequest(CredentialCreationOptionsParameters creationOptions) Create a PublicKeyCredentialCreationOptions for the WebAuthn 'create' call to generate a new registration attestation. -
Uses of CredentialCreationOptionsParameters in net.shibboleth.idp.plugin.authn.webauthn.client.impl
Methods in net.shibboleth.idp.plugin.authn.webauthn.client.impl with parameters of type CredentialCreationOptionsParametersModifier and TypeMethodDescriptioncom.yubico.webauthn.data.PublicKeyCredentialCreationOptionsYubicoWebAuthnAuthenticationClient.createRegistrationRequest(CredentialCreationOptionsParameters creationOptions) Create a PublicKeyCredentialCreationOptions for the WebAuthn 'create' call to generate a new registration attestation.