Class ValidatorParamsExt

java.lang.Object
eu.emi.security.authn.x509.impl.ValidatorParams
eu.emi.security.authn.x509.impl.ValidatorParamsExt

public class ValidatorParamsExt extends ValidatorParams
Contains parameters common for all X509CertChainValidator implementations which use RevocationParametersExt
Author:
K. Benedyczak
  • Field Details

  • Constructor Details

    • ValidatorParamsExt

      public ValidatorParamsExt()
      Default constructor: proxies are allowed, no initial update listeners, default revocation settings.
    • ValidatorParamsExt

      public ValidatorParamsExt(RevocationParametersExt revocationSettings, ProxySupport allowProxy)
      Allows for setting all parameters except the list of initial listeners
      Parameters:
      revocationSettings - desired revocation settings
      allowProxy - whether to allow proxies
    • ValidatorParamsExt

      public ValidatorParamsExt(RevocationParametersExt revocationSettings, ProxySupport allowProxy, Collection<? extends StoreUpdateListener> initialListeners)
      Full version, allows for setting all parameters.
      Parameters:
      revocationSettings - desired revocation settings
      allowProxy - whether to allow proxies
      initialListeners - initial trust store update listeners
  • Method Details