Uses of Class
net.shibboleth.idp.consent.context.ConsentContext
Packages that use ConsentContext
Package
Description
Classes implementing consent-specific audit log behavior.
Actions and flow descriptors related to consent.
Predicates and functions related to attribute consent.
-
Uses of ConsentContext in net.shibboleth.idp.consent.audit.impl
Fields in net.shibboleth.idp.consent.audit.impl with type parameters of type ConsentContextModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,ConsentContext> CurrentConsentIdsAuditExtractor.consentContextLookupStrategyStrategy used to find theConsentContextfrom theProfileRequestContext.private Function<ProfileRequestContext,ConsentContext> CurrentConsentIsApprovedAuditExtractor.consentContextLookupStrategyStrategy used to find theConsentContextfrom theProfileRequestContext.private Function<ProfileRequestContext,ConsentContext> CurrentConsentValuesAuditExtractor.consentContextLookupStrategyStrategy used to find theConsentContextfrom theProfileRequestContext.Constructor parameters in net.shibboleth.idp.consent.audit.impl with type arguments of type ConsentContextModifierConstructorDescriptionConstructor.Constructor.Constructor. -
Uses of ConsentContext in net.shibboleth.idp.consent.flow.impl
Fields in net.shibboleth.idp.consent.flow.impl declared as ConsentContextModifier and TypeFieldDescriptionprivate ConsentContextAbstractConsentAction.consentContextConsent context.Fields in net.shibboleth.idp.consent.flow.impl with type parameters of type ConsentContextModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,ConsentContext> AbstractConsentAction.consentContextLookupStrategyStrategy used to find theConsentContextfrom theProfileRequestContext.Methods in net.shibboleth.idp.consent.flow.impl that return ConsentContextModifier and TypeMethodDescriptionAbstractConsentAction.getConsentContext()Get the consent context.Method parameters in net.shibboleth.idp.consent.flow.impl with type arguments of type ConsentContextModifier and TypeMethodDescriptionvoidAbstractConsentAction.setConsentContextLookupStrategy(Function<ProfileRequestContext, ConsentContext> strategy) Set the consent context lookup strategy. -
Uses of ConsentContext in net.shibboleth.idp.consent.logic.impl
Fields in net.shibboleth.idp.consent.logic.impl with type parameters of type ConsentContextModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,ConsentContext> GlobalAttributeConsentPredicate.consentContextlookupStrategyStrategy used to find theConsentContextfrom theProfileRequestContext.private Function<ProfileRequestContext,ConsentContext> AttributeReleaseConsentFunction.consentContextLookupStrategyStrategy used to find theConsentContextfrom theProfileRequestContext.private Function<ProfileRequestContext,ConsentContext> IsConsentRequiredPredicate.consentContextLookupStrategyConsent context lookup strategy.Method parameters in net.shibboleth.idp.consent.logic.impl with type arguments of type ConsentContextModifier and TypeMethodDescriptionvoidAttributeReleaseConsentFunction.setConsentContextLookupStrategy(Function<ProfileRequestContext, ConsentContext> strategy) Set the consent context lookup strategy.voidIsConsentRequiredPredicate.setConsentContextLookupStrategy(Function<ProfileRequestContext, ConsentContext> strategy) Set the consent context lookup strategy.