Class CertChainValidatorProvider


  • public class CertChainValidatorProvider
    extends java.lang.Object
    The intention here is to limit this class to one shared instance per domain. Hence, the door will constuct it in connection with the authentication factory, the pool in connection with the client authentication factory.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      eu.emi.security.authn.x509.X509CertChainValidator getCertChainValidator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CertChainValidatorProvider

        public CertChainValidatorProvider​(java.util.Properties properties)
                                   throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
    • Method Detail

      • getCertChainValidator

        public eu.emi.security.authn.x509.X509CertChainValidator getCertChainValidator()