Class AuthenticationFlowAuditExtractor
- java.lang.Object
-
- net.shibboleth.idp.authn.audit.impl.AuthenticationFlowAuditExtractor
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class AuthenticationFlowAuditExtractor extends Object implements Function<ProfileRequestContext,String>
Functionthat returns the authentication flow ID used to satisfy a request.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFlowAuditExtractor()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-