Class SSLConfig

java.lang.Object
com.linkedin.venice.SSLConfig

public class SSLConfig extends Object
  • Field Details

    • DEFAULT_CONTROLLER_SSL_ENABLED

      public static final boolean DEFAULT_CONTROLLER_SSL_ENABLED
      See Also:
  • Constructor Details

  • Method Details

    • getKafkaSSLConfig

      public Properties getKafkaSSLConfig()
      Returns:
      An instance of Properties for Kafka clients.
    • getSslProperties

      public Properties getSslProperties()
      Returns:
      An instance of Properties from SSL config.
    • getSSLConfig

      public SSLConfig getSSLConfig()
    • getSslKeyStoreLocation

      public String getSslKeyStoreLocation()
    • getSslKeyStorePassword

      public String getSslKeyStorePassword()
    • getSslTrustStoreLocation

      public String getSslTrustStoreLocation()
    • getSslTrustStorePassword

      public String getSslTrustStorePassword()
    • isSslNeedsClientCert

      public boolean isSslNeedsClientCert()
    • isControllerSSLEnabled

      public boolean isControllerSSLEnabled()