| 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 | Field and Description |
|---|---|
private ChannelBindingsContext |
AddChannelBindingsHeaderHandler.channelBindingsContext
The ChannelBindingsContext to operate on.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<MessageContext,ChannelBindingsContext> |
AddChannelBindingsHeaderHandler.channelBindingsContextLookupStrategy
Strategy used to locate the
ChannelBindingsContext to operate on. |
| 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 | Field and Description |
|---|---|
private ChannelBindingsContext |
VerifyChannelBindings.channelBindingsContext1
The first set of bindings.
|
private ChannelBindingsContext |
VerifyChannelBindings.channelBindingsContext2
The second set of bindings.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<ProfileRequestContext,ChannelBindingsContext> |
VerifyChannelBindings.channelBindingsCreationStrategy
Strategy used to locate or create the context to save the verified result in.
|
private com.google.common.base.Function<ProfileRequestContext,ChannelBindingsContext> |
VerifyChannelBindings.channelBindingsLookupStrategy1
Strategy used to locate the first set of bindings to operate on.
|
private com.google.common.base.Function<ProfileRequestContext,ChannelBindingsContext> |
VerifyChannelBindings.channelBindingsLookupStrategy2
Strategy used to locate the second set of bindings 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 | Field and Description |
|---|---|
private ChannelBindingsContext |
AddChannelBindingsToAssertions.channelBindingsContext
ChannelBindingsContext to read from.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<ProfileRequestContext,ChannelBindingsContext> |
AddChannelBindingsToAssertions.channelBindingsContextLookupStrategy
Strategy used to locate the
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. |