| Package | Description |
|---|---|
| org.opensaml.saml.saml2.binding.impl |
General message handlers for SAML 2.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<MessageContext,SAMLConsentContext> |
AddConsentToResponseHandler.consentContextStrategy
Strategy for locating
SAMLConsentContext. |
private com.google.common.base.Function<MessageContext,SAMLConsentContext> |
ExtractConsentFromRequestHandler.consentContextStrategy
Strategy for locating
SAMLConsentContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
AddConsentToResponseHandler.setConsentContextLookupStrategy(com.google.common.base.Function<MessageContext,SAMLConsentContext> strategy)
Set the strategy for locating
SAMLConsentContext. |
void |
ExtractConsentFromRequestHandler.setConsentContextLookupStrategy(com.google.common.base.Function<MessageContext,SAMLConsentContext> strategy)
Set the strategy for locating
SAMLConsentContext. |