Class FlowIdLookupFunction
java.lang.Object
net.shibboleth.idp.consent.logic.impl.FlowIdLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
,ContextDataLookupFunction<ProfileRequestContext,String>
public class FlowIdLookupFunction extends Object implements ContextDataLookupFunction<ProfileRequestContext,String>
ContextDataLookupFunction
that returns the current flow id.-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.Logger
log
Class logger. -
Constructor Summary
Constructors Constructor Description FlowIdLookupFunction()
-
Method Summary
Modifier and Type Method Description String
apply(ProfileRequestContext input)
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
FlowIdLookupFunction
public FlowIdLookupFunction()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,String>
-