| Package | Description |
|---|---|
| org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
| org.opensaml.saml.saml2.profile.impl |
Implementations of SAML 2.0 profile behavior.
|
| Modifier and Type | Method and Description |
|---|---|
ECPContext |
ECPContext.setRequestAuthenticated(boolean flag)
Set whether the request from the SP was authenticated.
|
ECPContext |
ECPContext.setSessionKey(byte[] key)
Set the session key generated for use by the client and IdP.
|
| Modifier and Type | Field and Description |
|---|---|
private ECPContext |
AddGeneratedKeyToAssertions.ecpContext
ECPContext to read from.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<ProfileRequestContext,ECPContext> |
PopulateECPContext.ecpContextCreationStrategy
Strategy used to locate the
ECPContext to populate. |
private com.google.common.base.Function<ProfileRequestContext,ECPContext> |
AddGeneratedKeyToAssertions.ecpContextLookupStrategy
Strategy used to locate the
ECPContext to operate on. |
| Modifier and Type | Method and Description |
|---|---|
void |
PopulateECPContext.setECPContextCreationStrategy(com.google.common.base.Function<ProfileRequestContext,ECPContext> strategy)
Set the strategy used to locate the
ECPContext to operate on. |
void |
AddGeneratedKeyToAssertions.setECPContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,ECPContext> strategy)
Set the strategy used to locate the
ECPContext to operate on. |