Class FlowIdLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.consent.logic.impl.FlowIdLookupFunction
-
- All Implemented Interfaces:
Function<org.opensaml.profile.context.ProfileRequestContext,String>,org.opensaml.messaging.context.navigate.ContextDataLookupFunction<org.opensaml.profile.context.ProfileRequestContext,String>
public class FlowIdLookupFunction extends Object implements org.opensaml.messaging.context.navigate.ContextDataLookupFunction<org.opensaml.profile.context.ProfileRequestContext,String>
ContextDataLookupFunctionthat returns the current flow id.
-
-
Constructor Summary
Constructors Constructor Description FlowIdLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(org.opensaml.profile.context.ProfileRequestContext input)
-
-
-
Field Detail
-
log
@Nonnull private final Logger log
Class logger.
-
-