Class AttributeConsentEnabledInTokenClaimsSetPredicate

java.lang.Object
net.shibboleth.profile.context.logic.AbstractRelyingPartyPredicate
net.shibboleth.idp.plugin.oidc.op.profile.logic.AttributeConsentEnabledInTokenClaimsSetPredicate
All Implemented Interfaces:
Predicate<ProfileRequestContext>

public class AttributeConsentEnabledInTokenClaimsSetPredicate extends AbstractRelyingPartyPredicate
A predicate implementation that checks if attribute consent flag is enabled. The value is fetched from TokenClaimsSet.isConsentEnabled() via OIDCAuthenticationResponseContext.getAuthorizationGrantClaimsSet() under outbound message context. Default value is false, if any of the objects in the chain is null.
  • Constructor Details

    • AttributeConsentEnabledInTokenClaimsSetPredicate

      public AttributeConsentEnabledInTokenClaimsSetPredicate()
  • Method Details