Class NotBeforeProfileConfigPredicate

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

public class NotBeforeProfileConfigPredicate extends AbstractRelyingPartyPredicate
A predicate that returns SAMLAssertionProducingProfileConfiguration.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