Uses of Class
org.opensaml.saml.common.messaging.context.SAMLConsentContext
-
Packages that use SAMLConsentContext Package Description org.opensaml.saml.saml2.binding.impl General message handlers for SAML 2. -
-
Uses of SAMLConsentContext in org.opensaml.saml.saml2.binding.impl
Fields in org.opensaml.saml.saml2.binding.impl with type parameters of type SAMLConsentContext Modifier and Type Field Description private Function<MessageContext,SAMLConsentContext>AddConsentToResponseHandler. consentContextStrategyStrategy for locatingSAMLConsentContext.private Function<MessageContext,SAMLConsentContext>ExtractConsentFromRequestHandler. consentContextStrategyStrategy for locatingSAMLConsentContext.Method parameters in org.opensaml.saml.saml2.binding.impl with type arguments of type SAMLConsentContext Modifier and Type Method Description voidAddConsentToResponseHandler. setConsentContextLookupStrategy(Function<MessageContext,SAMLConsentContext> strategy)Set the strategy for locatingSAMLConsentContext.voidExtractConsentFromRequestHandler. setConsentContextLookupStrategy(Function<MessageContext,SAMLConsentContext> strategy)Set the strategy for locatingSAMLConsentContext.
-