Class SpringRequestContext
- java.lang.Object
-
- org.opensaml.messaging.context.BaseContext
-
- net.shibboleth.idp.profile.context.SpringRequestContext
-
- All Implemented Interfaces:
Iterable<org.opensaml.messaging.context.BaseContext>
public final class SpringRequestContext extends org.opensaml.messaging.context.BaseContextABaseContextwhich holds the Spring WebFlowRequestContextin 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 Summary
Fields Modifier and Type Field Description private RequestContextcontextThe request context represented.
-
Constructor Summary
Constructors Constructor Description SpringRequestContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestContextgetRequestContext()Get the request context.voidsetRequestContext(RequestContext newContext)Set the request context.-
Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
context
@Nullable private RequestContext context
The request context represented.
-
-
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
-
-