Uses of Class
net.shibboleth.idp.plugin.authn.webauthn.admin.RegistrationResult
Packages that use RegistrationResult
Package
Description
Administrative flow APIs for WebAuthn.
This package has audit functions for WebAuthn.
Client APIs for WebAuthn.
This package has WebAuthn client implementations for WebAuthn.
Context APIs for WebAuthn.
-
Uses of RegistrationResult in net.shibboleth.idp.plugin.authn.webauthn.admin
Methods in net.shibboleth.idp.plugin.authn.webauthn.admin that return RegistrationResult -
Uses of RegistrationResult in net.shibboleth.idp.plugin.authn.webauthn.admin.impl
Methods in net.shibboleth.idp.plugin.authn.webauthn.admin.impl with parameters of type RegistrationResultModifier and TypeMethodDescriptionprivate voidStorePublicKeyCredential.logRegistration(WebAuthnRegistrationContext context, String username, RegistrationResult registrationResult) Log a successful registration event. -
Uses of RegistrationResult in net.shibboleth.idp.plugin.authn.webauthn.client
Methods in net.shibboleth.idp.plugin.authn.webauthn.client that return RegistrationResultModifier and TypeMethodDescriptionWebAuthnAuthenticationClient.validateAuthenticatorAttestationResponse(com.yubico.webauthn.data.PublicKeyCredentialCreationOptions publicKeyCredentialCreationOptions, com.yubico.webauthn.data.PublicKeyCredential<com.yubico.webauthn.data.AuthenticatorAttestationResponse, com.yubico.webauthn.data.ClientRegistrationExtensionOutputs> publicKeyCredentialAttestationResponse) Validate the PublicKeyCredential authenticator attestation response from a registration request. -
Uses of RegistrationResult in net.shibboleth.idp.plugin.authn.webauthn.client.impl
Methods in net.shibboleth.idp.plugin.authn.webauthn.client.impl that return RegistrationResultModifier and TypeMethodDescriptionYubicoWebAuthnAuthenticationClient.validateAuthenticatorAttestationResponse(com.yubico.webauthn.data.PublicKeyCredentialCreationOptions publicKeyCredentialCreationOptions, com.yubico.webauthn.data.PublicKeyCredential<com.yubico.webauthn.data.AuthenticatorAttestationResponse, com.yubico.webauthn.data.ClientRegistrationExtensionOutputs> authenticatorAttestationResponse) Validate the PublicKeyCredential authenticator attestation response from a registration request. -
Uses of RegistrationResult in net.shibboleth.idp.plugin.authn.webauthn.context
Fields in net.shibboleth.idp.plugin.authn.webauthn.context declared as RegistrationResultModifier and TypeFieldDescriptionprivate RegistrationResultWebAuthnRegistrationContext.registrationResultThe credential public key which is the result of registration of a new key pair generated by an authenticator.Methods in net.shibboleth.idp.plugin.authn.webauthn.context that return RegistrationResultModifier and TypeMethodDescriptionWebAuthnRegistrationContext.getRegistrationResult()Get the credential public key which is the result of registration of a new key pair generated by the authenticator.Methods in net.shibboleth.idp.plugin.authn.webauthn.context with parameters of type RegistrationResultModifier and TypeMethodDescriptionWebAuthnRegistrationContext.setRegistrationResult(RegistrationResult result) Set the registration result which is the result of registration of a new key pair generated by an authenticator.