Class SpringRequestContext

  • All Implemented Interfaces:
    Iterable<org.opensaml.messaging.context.BaseContext>

    public final class SpringRequestContext
    extends org.opensaml.messaging.context.BaseContext
    A BaseContext which holds the Spring WebFlow RequestContext in which the overall parent context is operating.

    Actions that make use of this context type are specific to Spring Web Flow and cannot be orchestrated without that technology.

    • Field Detail

      • context

        @Nullable
        private RequestContext context
        The request context represented.
    • Constructor Detail

      • SpringRequestContext

        public SpringRequestContext()
    • Method Detail

      • getRequestContext

        @Nullable
        public RequestContext getRequestContext()
        Get the request context.
        Returns:
        the event
      • setRequestContext

        public void setRequestContext​(@Nullable
                                      RequestContext newContext)
        Set the request context.
        Parameters:
        newContext - the request context