Modifier and Type | Method and Description |
---|---|
Ssl |
CassandraConfiguration.getSsl()
ssl details
|
Ssl |
Ssl.withAdditionalProperty(String name,
Object value) |
Ssl |
Ssl.withEnabled(Boolean enabled) |
Ssl |
Ssl.withKeyStore(String keyStore) |
Ssl |
Ssl.withKeyStorePassword(String keyStorePassword) |
Ssl |
Ssl.withTrustStore(String trustStore) |
Ssl |
Ssl.withTrustStorePassword(String trustStorePassword) |
Modifier and Type | Method and Description |
---|---|
void |
CassandraConfiguration.setSsl(Ssl ssl)
ssl details
|
CassandraConfiguration |
CassandraConfiguration.withSsl(Ssl ssl) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.