| Package | Description |
|---|---|
| org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
| org.opensaml.saml.ext.saml2cb.impl |
Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<ChannelBindings> |
ChannelBindingsContext.channelBindings
The set of ChannelBindings.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ChannelBindings> |
ChannelBindingsContext.getChannelBindings()
Get the channel bindings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelBindingsImpl
Concrete implementation of
ChannelBindings. |
| Modifier and Type | Method and Description |
|---|---|
ChannelBindings |
ChannelBindingsBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
ChannelBindings |
ChannelBindingsBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|