Package com.linkedin.venice
Class SSLConfig
- java.lang.Object
-
- com.linkedin.venice.SSLConfig
-
public class SSLConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
DEFAULT_CONTROLLER_SSL_ENABLED
-
Constructor Summary
Constructors Constructor Description SSLConfig(VeniceProperties veniceProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Properties
getKafkaSSLConfig()
SSLConfig
getSSLConfig()
java.lang.String
getSslKeyStoreLocation()
java.lang.String
getSslKeyStorePassword()
java.util.Properties
getSslProperties()
java.lang.String
getSslTrustStoreLocation()
java.lang.String
getSslTrustStorePassword()
boolean
isControllerSSLEnabled()
boolean
isSslNeedsClientCert()
-
-
-
Field Detail
-
DEFAULT_CONTROLLER_SSL_ENABLED
public static final boolean DEFAULT_CONTROLLER_SSL_ENABLED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SSLConfig
public SSLConfig(VeniceProperties veniceProperties)
-
-
Method Detail
-
getKafkaSSLConfig
public java.util.Properties getKafkaSSLConfig()
- Returns:
- An instance of
Properties
for Kafka clients.
-
getSslProperties
public java.util.Properties getSslProperties()
- Returns:
- An instance of
Properties
from SSL config.
-
getSSLConfig
public SSLConfig getSSLConfig()
-
getSslKeyStoreLocation
public java.lang.String getSslKeyStoreLocation()
-
getSslKeyStorePassword
public java.lang.String getSslKeyStorePassword()
-
getSslTrustStoreLocation
public java.lang.String getSslTrustStoreLocation()
-
getSslTrustStorePassword
public java.lang.String getSslTrustStorePassword()
-
isSslNeedsClientCert
public boolean isSslNeedsClientCert()
-
isControllerSSLEnabled
public boolean isControllerSSLEnabled()
-
-