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>
A predicate that evaluates a
ProfileRequestContext
and extracts the effective
setting of BrowserSSOProfileConfiguration.isIgnoreScoping(ProfileRequestContext)
.
Defaults to false.
- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
IgnoreScopingProfileConfigPredicate
public IgnoreScopingProfileConfigPredicate()
-
-
Method Details
-
test
-