Class GlobalAttributeConsentPredicate
java.lang.Object
net.shibboleth.idp.consent.logic.impl.GlobalAttributeConsentPredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
public class GlobalAttributeConsentPredicate
extends Object
implements Predicate<ProfileRequestContext>
Predicate to determine whether global consent has been given by user.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,ConsentContext> Strategy used to find theConsentContextfrom theProfileRequestContext. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
consentContextlookupStrategy
Strategy used to find theConsentContextfrom theProfileRequestContext.
-
-
Constructor Details
-
GlobalAttributeConsentPredicate
public GlobalAttributeConsentPredicate()Constructor.
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ProfileRequestContext>
-