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>
public class DetailedErrorsProfileConfigPredicate extends AbstractRelyingPartyPredicate
A predicate that evaluatesRelyingPartyConfiguration.isDetailedErrors(ProfileRequestContext)if available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.If unable to locate a specific setting, the predicate is false.
-
-
Constructor Summary
Constructors Constructor Description DetailedErrorsProfileConfigPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)
-
-