Uses of Interface
net.shibboleth.idp.plugin.authn.webauthn.storage.WebAuthnCredentialRepository
Packages that use WebAuthnCredentialRepository
Package
Description
This package has audit functions for WebAuthn.
This package has an authentication implementation for WebAuthn.
This package has storage implementations for WebAuthn.
-
Uses of WebAuthnCredentialRepository in net.shibboleth.idp.plugin.authn.webauthn.admin.impl
Fields in net.shibboleth.idp.plugin.authn.webauthn.admin.impl declared as WebAuthnCredentialRepositoryModifier and TypeFieldDescriptionprivate WebAuthnCredentialRepositoryAddUserId.repositoryThe credential repository to use.private WebAuthnCredentialRepositoryAddUserName.repositoryThe credential repository to use.private WebAuthnCredentialRepositoryAdminDeletePublicKeyCredential.repositoryThe credential repository to use.private WebAuthnCredentialRepositoryDeletePublicKeyCredential.repositoryThe credential repository to use.private WebAuthnCredentialRepositoryLookupCredentialsForUser.repositoryThe credential repository to use.private WebAuthnCredentialRepositoryStorePublicKeyCredential.repositoryThe credential repository to use. -
Uses of WebAuthnCredentialRepository in net.shibboleth.idp.plugin.authn.webauthn.impl
Fields in net.shibboleth.idp.plugin.authn.webauthn.impl declared as WebAuthnCredentialRepositoryModifier and TypeFieldDescriptionprivate WebAuthnCredentialRepositoryAbstractWebAuthnAction.credentialRepositoryThe credential repository to store valid credentials in.private WebAuthnCredentialRepositoryValidateWebAuthnAssertion.credentialRepositoryThe credential repository to store valid credentials in.private WebAuthnCredentialRepositoryCheckCredentialPolicy.repositoryThe credential repository to use.private WebAuthnCredentialRepositoryLookupRegisteredCredentials.repositoryThe credential repository to use.private WebAuthnCredentialRepositoryLookupRegisteredCredentialsFromUserHandle.repositoryThe credential repository to use.Methods in net.shibboleth.idp.plugin.authn.webauthn.impl that return WebAuthnCredentialRepositoryModifier and TypeMethodDescriptionprotected WebAuthnCredentialRepositoryAbstractWebAuthnAction.getCredentialRepository()Get the credential repository used to store WebAuthn credentials.Methods in net.shibboleth.idp.plugin.authn.webauthn.impl with parameters of type WebAuthnCredentialRepositoryModifier and TypeMethodDescriptionvoidAbstractWebAuthnAction.setCredentialRepository(WebAuthnCredentialRepository repository) Set the credential repository used to store WebAuthn credentials.voidValidateWebAuthnAssertion.setCredentialRepository(WebAuthnCredentialRepository repository) Set the credential repository used to store WebAuthn credentials. -
Uses of WebAuthnCredentialRepository in net.shibboleth.idp.plugin.authn.webauthn.storage.impl
Classes in net.shibboleth.idp.plugin.authn.webauthn.storage.impl that implement WebAuthnCredentialRepositoryModifier and TypeClassDescriptionclassACredentialRepositoryadaptor for the ShibbolethStorageService.