Class AttributeConsentEnabledInTokenClaimsSetPredicate
- java.lang.Object
-
- net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
-
- net.shibboleth.idp.plugin.oidc.op.profile.logic.AttributeConsentEnabledInTokenClaimsSetPredicate
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>,Predicate<ProfileRequestContext>
public class AttributeConsentEnabledInTokenClaimsSetPredicate extends net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicateA predicate implementation that checks if attribute consent flag is enabled. The value is fetched fromTokenClaimsSet.isConsentEnabled()viaOIDCAuthenticationResponseContext.getAuthorizationGrantClaimsSet()under outbound message context. Default value is false, if any of the objects in the chain is null.
-
-
Constructor Summary
Constructors Constructor Description AttributeConsentEnabledInTokenClaimsSetPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)
-
-