Class DetailedErrorsProfileConfigPredicate
java.lang.Object
net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
net.shibboleth.idp.saml.profile.config.logic.DetailedErrorsProfileConfigPredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
,Predicate<ProfileRequestContext>
A predicate that evaluates
RelyingPartyConfiguration.isDetailedErrors(ProfileRequestContext)
if available from a RelyingPartyContext
obtained via a lookup function,
by default a child of the ProfileRequestContext
.
If unable to locate a specific setting, the predicate is false.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
DetailedErrorsProfileConfigPredicate
public DetailedErrorsProfileConfigPredicate()
-
-
Method Details
-
test
-