Uses of Class
net.shibboleth.idp.consent.context.ConsentContext
-
Packages that use ConsentContext Package Description net.shibboleth.idp.consent.audit.impl Classes implementing consent-specific audit log behavior.net.shibboleth.idp.consent.flow.impl Actions and flow descriptors related to consent.net.shibboleth.idp.consent.logic.impl 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 ConsentContext Modifier and Type Field Description private 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 ConsentContext Constructor Description CurrentConsentIdsAuditExtractor(Function<ProfileRequestContext,ConsentContext> strategy)Constructor.CurrentConsentIsApprovedAuditExtractor(Function<ProfileRequestContext,ConsentContext> strategy)Constructor.CurrentConsentValuesAuditExtractor(Function<ProfileRequestContext,ConsentContext> strategy)Constructor. -
Uses of ConsentContext in net.shibboleth.idp.consent.flow.impl
Fields in net.shibboleth.idp.consent.flow.impl declared as ConsentContext Modifier and Type Field Description private ConsentContextAbstractConsentAction. consentContextConsent context.Fields in net.shibboleth.idp.consent.flow.impl with type parameters of type ConsentContext Modifier and Type Field Description private Function<ProfileRequestContext,ConsentContext>AbstractConsentAction. consentContextLookupStrategyStrategy used to find theConsentContextfrom theProfileRequestContext.Methods in net.shibboleth.idp.consent.flow.impl that return ConsentContext Modifier and Type Method Description ConsentContextAbstractConsentAction. getConsentContext()Get the consent context.Method parameters in net.shibboleth.idp.consent.flow.impl with type arguments of type ConsentContext Modifier and Type Method Description voidAbstractConsentAction. 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 ConsentContext Modifier and Type Field Description private 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 ConsentContext Modifier and Type Method Description voidAttributeReleaseConsentFunction. setConsentContextLookupStrategy(Function<ProfileRequestContext,ConsentContext> strategy)Set the consent context lookup strategy.voidIsConsentRequiredPredicate. setConsentContextLookupStrategy(Function<ProfileRequestContext,ConsentContext> strategy)Set the consent context lookup strategy.
-