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>
AFunctionthat returns the authentication flow ID from the attempted flow of the parent context used to satisfy a request. Assuming the parent is anAuthenticationContextas is the case in a proxy request.
-
-
Constructor Summary
Constructors Constructor Description ProxyAuthenticationFlowAuditExtractor()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-