Class SpringRequestContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.profile.context.SpringRequestContext
All Implemented Interfaces:
Iterable<BaseContext>

public final class SpringRequestContext extends 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 Details

    • context

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

    • SpringRequestContext

      public SpringRequestContext()
  • Method Details

    • 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