Class ChannelBindingsContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.saml.common.messaging.context.ChannelBindingsContext
- All Implemented Interfaces:
Iterable<BaseContext>
Context, usually attached to a
MessageContext
that carries a collection of ChannelBindings
objects supplied with a message.-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the channel bindings.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 Details
-
channelBindings
The set of ChannelBindings.
-
-
Constructor Details
-
ChannelBindingsContext
public ChannelBindingsContext()Constructor.
-
-
Method Details
-
getChannelBindings
Get the channel bindings.- Returns:
- the channel bindings
-