Class AttemptedAuthenticationFlowIdAuditExtractor
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.duo.audit.impl.AttemptedAuthenticationFlowIdAuditExtractor
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class AttemptedAuthenticationFlowIdAuditExtractor extends Object implements Function<ProfileRequestContext,String>
An audit extractor to pull out the attempted authentication flow ID from the current authentication context.
-
-
Constructor Summary
Constructors Constructor Description AttemptedAuthenticationFlowIdAuditExtractor()
-
-
-
Method Detail
-
apply
public String apply(@Nullable ProfileRequestContext profileRequestContext)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-