Class WebflowRequestContextProfileRequestContextLookup

  • All Implemented Interfaces:
    Function<RequestContext,​org.opensaml.profile.context.ProfileRequestContext>

    public class WebflowRequestContextProfileRequestContextLookup
    extends Object
    implements Function<RequestContext,​org.opensaml.profile.context.ProfileRequestContext>
    A Function that extracts the ProfileRequestContext from the current Webflow conversation. It is expected that the ProfileRequestContext will be bound to the conversation attribute identified by ProfileRequestContext.BINDING_KEY.
    • Constructor Detail

      • WebflowRequestContextProfileRequestContextLookup

        public WebflowRequestContextProfileRequestContextLookup()
    • Method Detail

      • apply

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