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.
|
Modifier and Type | Method and Description |
---|---|
void |
AddChannelBindingsHeaderHandler.setChannelBindingsContextLookupStrategy(com.google.common.base.Function<MessageContext,ChannelBindingsContext> strategy)
Set the strategy used to locate the
ChannelBindingsContext to operate on. |
Modifier and Type | Method and Description |
---|---|
void |
VerifyChannelBindings.setChannelBindingsCreationStrategy(com.google.common.base.Function<ProfileRequestContext,ChannelBindingsContext> strategy)
Set the strategy used to create or locate the
ChannelBindingsContext to save verified results in. |
void |
VerifyChannelBindings.setChannelBindingsLookupStrategy1(com.google.common.base.Function<ProfileRequestContext,ChannelBindingsContext> strategy)
Set the strategy used to locate the first
ChannelBindingsContext to operate on. |
void |
VerifyChannelBindings.setChannelBindingsLookupStrategy2(com.google.common.base.Function<ProfileRequestContext,ChannelBindingsContext> strategy)
Set the strategy used to locate the second
ChannelBindingsContext to operate on. |
Modifier and Type | Method and Description |
---|---|
void |
AddChannelBindingsToAssertions.setChannelBindingsContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,ChannelBindingsContext> strategy)
Set the strategy used to locate the
ChannelBindingsContext to operate on. |
Copyright © 2017. All rights reserved.