Class CheckInResponseToPredicate

java.lang.Object
net.shibboleth.profile.context.logic.AbstractRelyingPartyPredicate
net.shibboleth.saml.saml2.profile.config.logic.CheckInResponseToPredicate
All Implemented Interfaces:
Predicate<ProfileRequestContext>

public class CheckInResponseToPredicate extends AbstractRelyingPartyPredicate
A predicate that evaluates a ProfileRequestContext and extracts the effective setting of BrowserSSOProfileConfiguration.isCheckInResponseTo(ProfileRequestContext).

Defaults to true.

Since:
5.2.0
  • Constructor Details

    • CheckInResponseToPredicate

      public CheckInResponseToPredicate()
  • Method Details