Class SpringRequestContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.profile.context.SpringRequestContext
- All Implemented Interfaces:
Iterable<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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator, BaseContext.DeprecatedContextClassNameLookAside -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the request context.voidsetRequestContext(RequestContext newContext) Set the request context.Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, ensureSubcontext, ensureSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeFromParent, removeSubcontext, removeSubcontext, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
context
The request context represented.
-
-
Constructor Details
-
SpringRequestContext
public SpringRequestContext()
-
-
Method Details
-
getRequestContext
Get the request context.- Returns:
- the event
-
setRequestContext
Set the request context.- Parameters:
newContext- the request context
-