Class WebFlowCurrentEventLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.WebFlowCurrentEventLookupFunction
-
- All Implemented Interfaces:
Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.profile.context.EventContext>
public class WebFlowCurrentEventLookupFunction extends Object implements Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.profile.context.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 org.opensaml.profile.context.EventContextapply(org.opensaml.profile.context.ProfileRequestContext input)
-