Uses of Class
org.opensaml.saml.common.messaging.context.ChannelBindingsContext
Packages that use ChannelBindingsContext
Package
Description
Implementation of SAML binding-level functionality, such as MessageHandlers.
Actions and classes common to both SAML versions.
Implementations of SAML 2.0 profile behavior.
-
Uses of ChannelBindingsContext in org.opensaml.saml.common.binding.impl
Fields in org.opensaml.saml.common.binding.impl declared as ChannelBindingsContextModifier and TypeFieldDescriptionprivate ChannelBindingsContextAddChannelBindingsHeaderHandler.channelBindingsContextThe ChannelBindingsContext to operate on.Fields in org.opensaml.saml.common.binding.impl with type parameters of type ChannelBindingsContextModifier and TypeFieldDescriptionprivate Function<MessageContext,ChannelBindingsContext> AddChannelBindingsHeaderHandler.channelBindingsContextLookupStrategyStrategy used to locate theChannelBindingsContextto operate on.Method parameters in org.opensaml.saml.common.binding.impl with type arguments of type ChannelBindingsContextModifier and TypeMethodDescriptionvoidAddChannelBindingsHeaderHandler.setChannelBindingsContextLookupStrategy(Function<MessageContext, ChannelBindingsContext> strategy) Set the strategy used to locate theChannelBindingsContextto operate on. -
Uses of ChannelBindingsContext in org.opensaml.saml.common.profile.impl
Fields in org.opensaml.saml.common.profile.impl declared as ChannelBindingsContextModifier and TypeFieldDescriptionprivate ChannelBindingsContextVerifyChannelBindings.channelBindingsContext1The first set of bindings.private ChannelBindingsContextVerifyChannelBindings.channelBindingsContext2The second set of bindings.Fields in org.opensaml.saml.common.profile.impl with type parameters of type ChannelBindingsContextModifier and TypeFieldDescriptionVerifyChannelBindings.channelBindingsCreationStrategyStrategy used to locate or create the context to save the verified result in.VerifyChannelBindings.channelBindingsLookupStrategy1Strategy used to locate the first set of bindings to operate on.VerifyChannelBindings.channelBindingsLookupStrategy2Strategy used to locate the second set of bindings to operate on.Method parameters in org.opensaml.saml.common.profile.impl with type arguments of type ChannelBindingsContextModifier and TypeMethodDescriptionvoidVerifyChannelBindings.setChannelBindingsCreationStrategy(Function<ProfileRequestContext, ChannelBindingsContext> strategy) Set the strategy used to create or locate theChannelBindingsContextto save verified results in.voidVerifyChannelBindings.setChannelBindingsLookupStrategy1(Function<ProfileRequestContext, ChannelBindingsContext> strategy) Set the strategy used to locate the firstChannelBindingsContextto operate on.voidVerifyChannelBindings.setChannelBindingsLookupStrategy2(Function<ProfileRequestContext, ChannelBindingsContext> strategy) Set the strategy used to locate the secondChannelBindingsContextto operate on. -
Uses of ChannelBindingsContext in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl declared as ChannelBindingsContextModifier and TypeFieldDescriptionprivate ChannelBindingsContextAddChannelBindingsToAssertions.channelBindingsContextChannelBindingsContext to read from.Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type ChannelBindingsContextModifier and TypeFieldDescriptionAddChannelBindingsToAssertions.channelBindingsContextLookupStrategyStrategy used to locate theChannelBindingsContextto operate on.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type ChannelBindingsContextModifier and TypeMethodDescriptionvoidAddChannelBindingsToAssertions.setChannelBindingsContextLookupStrategy(Function<ProfileRequestContext, ChannelBindingsContext> strategy) Set the strategy used to locate theChannelBindingsContextto operate on.