Class WebFlowCurrentEventLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.WebFlowCurrentEventLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,EventContext>
public class WebFlowCurrentEventLookupFunction extends Object implements Function<ProfileRequestContext,EventContext>
AFunctionthat checks for cases in which the webflow's current event is not reflected by an attachedEventContextand compensates, along with returning a suitably populated context.
-
-
Constructor Summary
Constructors Constructor Description WebFlowCurrentEventLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventContextapply(ProfileRequestContext input)
-
-
-
Method Detail
-
apply
@Nullable public EventContext apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,EventContext>
-
-