Uses of Interface
org.opensaml.saml.ext.saml2cb.ChannelBindings
Packages that use ChannelBindings
Package
Description
Context classes for SAML-based messaging function.
Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.
-
Uses of ChannelBindings in org.opensaml.saml.common.messaging.context
Fields in org.opensaml.saml.common.messaging.context with type parameters of type ChannelBindingsModifier and TypeFieldDescriptionprivate Collection<ChannelBindings>
ChannelBindingsContext.channelBindings
The set of ChannelBindings.Methods in org.opensaml.saml.common.messaging.context that return types with arguments of type ChannelBindingsModifier and TypeMethodDescriptionChannelBindingsContext.getChannelBindings()
Get the channel bindings. -
Uses of ChannelBindings in org.opensaml.saml.ext.saml2cb.impl
Classes in org.opensaml.saml.ext.saml2cb.impl that implement ChannelBindingsMethods in org.opensaml.saml.ext.saml2cb.impl that return ChannelBindingsModifier and TypeMethodDescriptionChannelBindingsBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.ChannelBindingsBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.