Class AbstractWebAuthnManagementAuditExtractor<T>

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

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