Class GlobalAttributeConsentPredicate
- java.lang.Object
-
- net.shibboleth.idp.consent.logic.impl.GlobalAttributeConsentPredicate
-
- All Implemented Interfaces:
Predicate<org.opensaml.profile.context.ProfileRequestContext>,net.shibboleth.utilities.java.support.logic.Predicate<org.opensaml.profile.context.ProfileRequestContext>
public class GlobalAttributeConsentPredicate extends Object implements net.shibboleth.utilities.java.support.logic.Predicate<org.opensaml.profile.context.ProfileRequestContext>
Predicate to determine whether global consent has been given by user.
-
-
Field Summary
Fields Modifier and Type Field Description private Function<org.opensaml.profile.context.ProfileRequestContext,net.shibboleth.idp.consent.context.ConsentContext>consentContextlookupStrategyStrategy used to find theConsentContextfrom theProfileRequestContext.private LoggerlogClass logger.
-
Constructor Summary
Constructors Constructor Description GlobalAttributeConsentPredicate()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(org.opensaml.profile.context.ProfileRequestContext input)
-
-
-
Field Detail
-
log
@Nonnull private final Logger log
Class logger.
-
consentContextlookupStrategy
@Nonnull private Function<org.opensaml.profile.context.ProfileRequestContext,net.shibboleth.idp.consent.context.ConsentContext> consentContextlookupStrategy
Strategy used to find theConsentContextfrom theProfileRequestContext.
-
-