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 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 Details

    • DetailedErrorsProfileConfigPredicate

      public DetailedErrorsProfileConfigPredicate()
  • Method Details