Class NotBeforeProfileConfigPredicate

java.lang.Object
net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
net.shibboleth.idp.saml.profile.config.logic.NotBeforeProfileConfigPredicate
All Implemented Interfaces:
Predicate<ProfileRequestContext>, Predicate<ProfileRequestContext>

public class NotBeforeProfileConfigPredicate extends AbstractRelyingPartyPredicate
A predicate that returns SAMLProfileConfiguration.isIncludeConditionsNotBefore(ProfileRequestContext) if such a profile is 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 true.

  • Constructor Details

    • NotBeforeProfileConfigPredicate

      public NotBeforeProfileConfigPredicate()
  • Method Details