Class SuppressAuthenticatingAuthorityPredicate
java.lang.Object
net.shibboleth.profile.context.logic.AbstractRelyingPartyPredicate
net.shibboleth.idp.saml.saml2.profile.config.logic.SuppressAuthenticatingAuthorityPredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
A predicate that evaluates a
ProfileRequestContext and extracts the effective
setting of BrowserSSOProfileConfiguration.isSuppressAuthenticatingAuthority(ProfileRequestContext).
Defaults to false.
- Since:
- 4.2.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.logic.AbstractRelyingPartyPredicate
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
SuppressAuthenticatingAuthorityPredicate
public SuppressAuthenticatingAuthorityPredicate()
-
-
Method Details
-
test
-