Class AbstractWebAuthnRegistrationAuditExtractor<T>

java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.audit.AbstractWebAuthnRegistrationAuditExtractor<T>
Type Parameters:
T - the type to extract
All Implemented Interfaces:
Function<ProfileRequestContext,T>
Direct Known Subclasses:
WebAuthnUserCredentialAddedAuditExtractor, WebAuthnUserCredentialToRemoveAuditExtractor

@ThreadSafe public abstract class AbstractWebAuthnRegistrationAuditExtractor<T> extends Object implements Function<ProfileRequestContext,T>
An abstract audit extractor function to extract values directly from the WebAuthn registration context.