Class CertificateChainEvaluableCriterion

  • All Implemented Interfaces:
    com.google.common.base.Predicate<org.opensaml.security.credential.Credential>, java.util.function.Predicate<org.opensaml.security.credential.Credential>, net.shibboleth.utilities.java.support.resolver.Criterion, org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriterion

    public class CertificateChainEvaluableCriterion
    extends java.lang.Object
    implements org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriterion
    Instance of evaluable credential criteria for evaluating whether a credential's certificate has a valid certificate chain according to CertificateChainValidator.
    • Constructor Summary

      Constructors 
      Constructor Description
      CertificateChainEvaluableCriterion​(uk.gov.ida.common.shared.security.verification.CertificateChainValidator certificateChainValidator, java.security.KeyStore keyStore)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(org.opensaml.security.credential.Credential target)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Predicate

        equals, test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • CertificateChainEvaluableCriterion

        public CertificateChainEvaluableCriterion​(uk.gov.ida.common.shared.security.verification.CertificateChainValidator certificateChainValidator,
                                                  java.security.KeyStore keyStore)
    • Method Detail

      • apply

        public boolean apply​(org.opensaml.security.credential.Credential target)
        Specified by:
        apply in interface com.google.common.base.Predicate<org.opensaml.security.credential.Credential>