Class ForcePKCEPredicate

java.lang.Object
net.shibboleth.profile.context.logic.AbstractRelyingPartyPredicate
net.shibboleth.oidc.profile.config.logic.ForcePKCEPredicate
All Implemented Interfaces:
Predicate<ProfileRequestContext>

public class ForcePKCEPredicate extends AbstractRelyingPartyPredicate
A predicate implementation that forwards to OIDCSSOProfileConfiguration.isForcePKCE(ProfileRequestContext).
  • Constructor Details

    • ForcePKCEPredicate

      public ForcePKCEPredicate()
  • Method Details