Class IsTimeboundSAMLObjectValidPredicate

java.lang.Object
org.opensaml.saml.saml2.common.IsTimeboundSAMLObjectValidPredicate
All Implemented Interfaces:
Predicate<XMLObject>

public class IsTimeboundSAMLObjectValidPredicate extends Object implements Predicate<XMLObject>
Predicate which applies SAML2Support.isValid(XMLObject) to the target input.
  • Constructor Details

    • IsTimeboundSAMLObjectValidPredicate

      public IsTimeboundSAMLObjectValidPredicate()
  • Method Details