| 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 | 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. |
Copyright © 2021. All rights reserved.