Class WebAuthnSearchUserAuditExtractor
java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.audit.AbstractWebAuthnManagementAuditExtractor<String>
net.shibboleth.idp.plugin.authn.webauthn.audit.impl.WebAuthnSearchUserAuditExtractor
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class WebAuthnSearchUserAuditExtractor
extends AbstractWebAuthnManagementAuditExtractor<String>
Function that returns which username that the admin user searched for.-
Constructor Summary
ConstructorsConstructorDescriptionWebAuthnSearchUserAuditExtractor(Function<ProfileRequestContext, WebAuthnManagementContext> strategy) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringdoLookup(WebAuthnManagementContext context) Implemented to perform the actual lookup.Methods inherited from class net.shibboleth.idp.plugin.authn.webauthn.audit.AbstractWebAuthnManagementAuditExtractor
apply
-
Constructor Details
-
WebAuthnSearchUserAuditExtractor
public WebAuthnSearchUserAuditExtractor(@Nonnull Function<ProfileRequestContext, WebAuthnManagementContext> strategy) Constructor.- Parameters:
strategy- the strategy used to locate theWebAuthnManagementContext.
-
-
Method Details
-
doLookup
Implemented to perform the actual lookup.- Specified by:
doLookupin classAbstractWebAuthnManagementAuditExtractor<String>- Parameters:
context- the base WebAuthn management context- Returns:
- lookup value or
nullif not found
-