Uses of Class
org.opensaml.saml.common.messaging.context.ChannelBindingsContext
-
Packages that use ChannelBindingsContext Package Description org.opensaml.saml.common.binding.impl Implementation of SAML binding-level functionality, such as MessageHandlers.org.opensaml.saml.common.profile.impl Actions and classes common to both SAML versions.org.opensaml.saml.saml2.profile.impl 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 ChannelBindingsContext Modifier and Type Field Description private ChannelBindingsContextAddChannelBindingsHeaderHandler. channelBindingsContextThe ChannelBindingsContext to operate on.Fields in org.opensaml.saml.common.binding.impl with type parameters of type ChannelBindingsContext Modifier and Type Field Description private 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 ChannelBindingsContext Modifier and Type Method Description voidAddChannelBindingsHeaderHandler. 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 ChannelBindingsContext Modifier and Type Field Description private 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 ChannelBindingsContext Modifier and Type Field Description private Function<ProfileRequestContext,ChannelBindingsContext>VerifyChannelBindings. channelBindingsCreationStrategyStrategy used to locate or create the context to save the verified result in.private Function<ProfileRequestContext,ChannelBindingsContext>VerifyChannelBindings. channelBindingsLookupStrategy1Strategy used to locate the first set of bindings to operate on.private Function<ProfileRequestContext,ChannelBindingsContext>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 ChannelBindingsContext Modifier and Type Method Description voidVerifyChannelBindings. 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 ChannelBindingsContext Modifier and Type Field Description private ChannelBindingsContextAddChannelBindingsToAssertions. channelBindingsContextChannelBindingsContext to read from.Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type ChannelBindingsContext Modifier and Type Field Description private Function<ProfileRequestContext,ChannelBindingsContext>AddChannelBindingsToAssertions. channelBindingsContextLookupStrategyStrategy used to locate theChannelBindingsContextto operate on.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type ChannelBindingsContext Modifier and Type Method Description voidAddChannelBindingsToAssertions. setChannelBindingsContextLookupStrategy(Function<ProfileRequestContext,ChannelBindingsContext> strategy)Set the strategy used to locate theChannelBindingsContextto operate on.
-