Package com.linkedin.venice
Class SSLConfig
java.lang.Object
com.linkedin.venice.SSLConfig
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Field Details
-
DEFAULT_CONTROLLER_SSL_ENABLED
public static final boolean DEFAULT_CONTROLLER_SSL_ENABLED- See Also:
-
-
Constructor Details
-
SSLConfig
-
-
Method Details
-
getKafkaSSLConfig
- Returns:
- An instance of
Properties
for Kafka clients.
-
getSslProperties
- Returns:
- An instance of
Properties
from SSL config.
-
getSSLConfig
-
getSslKeyStoreLocation
-
getSslKeyStorePassword
-
getSslTrustStoreLocation
-
getSslTrustStorePassword
-
isSslNeedsClientCert
public boolean isSslNeedsClientCert() -
isControllerSSLEnabled
public boolean isControllerSSLEnabled()
-