Class AbstractWebAuthnAuditExtractor<T>

java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.audit.AbstractWebAuthnAuditExtractor<T>
Type Parameters:
T - the type to extract
All Implemented Interfaces:
Function<ProfileRequestContext,T>
Direct Known Subclasses:
WebAuthnFlowModeAuditExtractor, WebAuthnUserIdAuditExtractor, WebAuthnUsernameAuditExtractor, WebAuthnUserVerificationAuditExtractor

@ThreadSafe public abstract class AbstractWebAuthnAuditExtractor<T> extends Object implements Function<ProfileRequestContext,T>
An abstract audit extractor function to extract values directly from various WebAuthn contexts.