Class SuppressAuthenticatingAuthorityPredicate

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

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

Defaults to false.

Since:
4.2.0
  • Constructor Details

    • SuppressAuthenticatingAuthorityPredicate

      public SuppressAuthenticatingAuthorityPredicate()
  • Method Details