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>
ContextDataLookupFunctionthat returns the current flow id.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.
-
Constructor Summary
Constructors Constructor Description FlowIdLookupFunction()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-