public class InboundSOAPContext extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
Modifier and Type | Field and Description |
---|---|
private boolean |
finalDestination
Flag indicating whether the node is the final destination for the current
message processing context.
|
private LazySet<String> |
nodeActors
The set of actor URI's under which this SOAP node is operating.
|
private LazySet<org.opensaml.core.xml.XMLObject> |
understoodHeaders
The set of headers that have been understood.
|
Constructor and Description |
---|
InboundSOAPContext()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getNodeActors()
Get the (modifiable) set of actor URI's under which this SOAP node is operating.
|
Set<org.opensaml.core.xml.XMLObject> |
getUnderstoodHeaders()
Get the (modifiable) set of headers which have been understood.
|
boolean |
isFinalDestination()
Get the flag indicating whether the node is the final destination for the current
message processing context.
|
void |
setFinalDestination(boolean newValue)
Set the flag indicating whether the node is the final destination for the current
message processing context.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
private LazySet<String> nodeActors
private boolean finalDestination
private LazySet<org.opensaml.core.xml.XMLObject> understoodHeaders
@Nonnull public Set<String> getNodeActors()
@Nonnull public Set<org.opensaml.core.xml.XMLObject> getUnderstoodHeaders()
public boolean isFinalDestination()
Defaults to: true.
public void setFinalDestination(boolean newValue)
Defaults to: true.
newValue
- the new flag valueCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.