Class 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>
    A Function that checks for cases in which the webflow's current event is not reflected by an attached EventContext and compensates, along with returning a suitably populated context.
    • Constructor Detail

      • WebFlowCurrentEventLookupFunction

        public WebFlowCurrentEventLookupFunction()
    • Method Detail

      • apply

        @Nullable
        public org.opensaml.profile.context.EventContext apply​(@Nullable
                                                               org.opensaml.profile.context.ProfileRequestContext input)
        Specified by:
        apply in interface Function<org.opensaml.profile.context.ProfileRequestContext,​org.opensaml.profile.context.EventContext>