Class ProxyAuthenticationFlowAuditExtractor
java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.audit.impl.ProxyAuthenticationFlowAuditExtractor
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class ProxyAuthenticationFlowAuditExtractor
extends Object
implements Function<ProfileRequestContext,String>
A
Function that returns the authentication flow ID from the attempted flow of the
parent context used to satisfy a request. Assuming the parent is an AuthenticationContext
as is the case in a proxy request.-
Constructor Details
-
ProxyAuthenticationFlowAuditExtractor
public ProxyAuthenticationFlowAuditExtractor()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-