Uses of Class
net.shibboleth.idp.plugin.authn.webauthn.metadata.AaguidEntry
Packages that use AaguidEntry
Package
Description
This package has an authentication implementation for WebAuthn.
This package has the FIDO metadata implementation for WebAuthn.
Storage APIs for WebAuthn.
-
Uses of AaguidEntry in net.shibboleth.idp.plugin.authn.webauthn.impl
Methods in net.shibboleth.idp.plugin.authn.webauthn.impl that return AaguidEntryModifier and TypeMethodDescriptionprotected AaguidEntryAbstractWebAuthnAction.getAaguidMetadata(com.yubico.fido.metadata.AAGUID aaguid) Get basic authenticator/provider information from the AAGUID. -
Uses of AaguidEntry in net.shibboleth.idp.plugin.authn.webauthn.metadata.impl
Fields in net.shibboleth.idp.plugin.authn.webauthn.metadata.impl with type parameters of type AaguidEntryModifier and TypeFieldDescriptionprivate final Map<String,AaguidEntry> PasskeyAaguidMetadataService.metadataThe metadata.Methods in net.shibboleth.idp.plugin.authn.webauthn.metadata.impl that return AaguidEntryModifier and TypeMethodDescriptionPasskeyAaguidMetadataService.getEntry(com.yubico.fido.metadata.AAGUID aaguid) Get a metadata entry based on the AAGUID.Get a metadata entry based on the AAGUID as a string.Constructor parameters in net.shibboleth.idp.plugin.authn.webauthn.metadata.impl with type arguments of type AaguidEntryModifierConstructorDescriptionPasskeyAaguidMetadataService(Map<String, AaguidEntry> mtdata) Constructor. -
Uses of AaguidEntry in net.shibboleth.idp.plugin.authn.webauthn.storage
Fields in net.shibboleth.idp.plugin.authn.webauthn.storage declared as AaguidEntryModifier and TypeFieldDescriptionprivate AaguidEntryEnhancedCredentialRecord.aaguidMetadataAn AAGUID entry provided by a supplementary JSON file that describes authenticators not in the MDS feed e.g.Methods in net.shibboleth.idp.plugin.authn.webauthn.storage with parameters of type AaguidEntryModifier and TypeMethodDescriptionvoidEnhancedCredentialRecord.setAaguidMetadata(AaguidEntry metadata) Set the AAGUID entry that describes the authenticator.