Class OutboundMessageHandlerContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.plugin.authn.oidc.rp.context.OutboundMessageHandlerContext
- All Implemented Interfaces:
Iterable<BaseContext>
A context to stash controller parameters for use by message handlers.
For example, the OIDC RP preEncodeMessageHandlers.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator, BaseContext.DeprecatedContextClassNameLookAside -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor to allow no-arg construction.Convenience constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the Spring Webflow execution key.setWebflowKey(String key) Set the Spring Webflow execution key.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
-
webflowKey
The spring webflow key.
-
-
Constructor Details
-
OutboundMessageHandlerContext
Convenience constructor.- Parameters:
key- the swf key
-
OutboundMessageHandlerContext
public OutboundMessageHandlerContext()Constructor to allow no-arg construction.
-
-
Method Details
-
setWebflowKey
Set the Spring Webflow execution key.- Parameters:
key- the swf execution key- Returns:
- this
-
getWebflowKey
Get the Spring Webflow execution key.- Returns:
- Returns the webflowKey.
-