Uses of Interface
org.opensaml.saml.ext.saml2cb.ChannelBindings
-
Packages that use ChannelBindings Package Description org.opensaml.saml.common.messaging.context Context classes for SAML-based messaging function. -
-
Uses of ChannelBindings in org.opensaml.saml.common.messaging.context
Fields in org.opensaml.saml.common.messaging.context with type parameters of type ChannelBindings Modifier and Type Field Description private Collection<ChannelBindings>ChannelBindingsContext. channelBindingsThe set of ChannelBindings.Methods in org.opensaml.saml.common.messaging.context that return types with arguments of type ChannelBindings Modifier and Type Method Description Collection<ChannelBindings>ChannelBindingsContext. getChannelBindings()Get the channel bindings.
-