Uses of Class
org.opensaml.saml.common.messaging.context.SAMLConsentContext
Packages that use SAMLConsentContext
-
Uses of SAMLConsentContext in org.opensaml.saml.saml2.binding.impl
Fields in org.opensaml.saml.saml2.binding.impl with type parameters of type SAMLConsentContextModifier and TypeFieldDescriptionprivate 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 SAMLConsentContextModifier and TypeMethodDescriptionvoidAddConsentToResponseHandler.setConsentContextLookupStrategy(Function<MessageContext, SAMLConsentContext> strategy) Set the strategy for locatingSAMLConsentContext.voidExtractConsentFromRequestHandler.setConsentContextLookupStrategy(Function<MessageContext, SAMLConsentContext> strategy) Set the strategy for locatingSAMLConsentContext.