Package org.opensaml.messaging.context
Class ScratchContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.messaging.context.ScratchContext
- All Implemented Interfaces:
Iterable<BaseContext>
A context subclass for holding arbitrary data in a map.
- Since:
- 3.4.0
-
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
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
-
map
Map of scratch data.
-
-
Constructor Details
-
ScratchContext
public ScratchContext()Constructor.
-
-
Method Details
-
getMap
Get the map of scratch data.- Returns:
- the map
-