Class AllowPKCEPlainPredicate

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

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

    • AllowPKCEPlainPredicate

      public AllowPKCEPlainPredicate()
  • Method Details