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 | Method and Description |
---|---|
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(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Copyright © 2019. All rights reserved.