Class IgnoreScopingProfileConfigPredicate

java.lang.Object
net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
net.shibboleth.idp.saml.saml2.profile.config.logic.IgnoreScopingProfileConfigPredicate
All Implemented Interfaces:
Predicate<ProfileRequestContext>, Predicate<ProfileRequestContext>

public class IgnoreScopingProfileConfigPredicate extends AbstractRelyingPartyPredicate
A predicate that evaluates a ProfileRequestContext and extracts the effective setting of BrowserSSOProfileConfiguration.isIgnoreScoping(ProfileRequestContext).

Defaults to false.

Since:
4.0.0
  • Constructor Details

    • IgnoreScopingProfileConfigPredicate

      public IgnoreScopingProfileConfigPredicate()
  • Method Details