Class AllowUnsolicitedPredicate

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

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

Defaults to false.

  • Constructor Details

    • AllowUnsolicitedPredicate

      public AllowUnsolicitedPredicate()
  • Method Details