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>
Function
that returns the authentication flow ID used to satisfy a request.-
Constructor Summary
Constructors Constructor Description AuthenticationFlowAuditExtractor()
-
Method Summary
Modifier and Type Method Description String
apply(ProfileRequestContext input)
-
Constructor Details
-
AuthenticationFlowAuditExtractor
public AuthenticationFlowAuditExtractor()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,String>
-