Package io.trino.plugin.mongodb
Class MongoSslConfig
java.lang.Object
io.trino.plugin.mongodb.MongoSslConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetKeystorePassword(String keystorePassword) setKeystorePath(File keystorePath) setTruststorePassword(String truststorePassword) setTruststorePath(File truststorePath)
-
Constructor Details
-
MongoSslConfig
public MongoSslConfig()
-
-
Method Details
-
getKeystorePath
-
setKeystorePath
-
getKeystorePassword
-
setKeystorePassword
@Config("mongodb.tls.keystore-password") public MongoSslConfig setKeystorePassword(String keystorePassword) -
getTruststorePath
-
setTruststorePath
-
getTruststorePassword
-
setTruststorePassword
@Config("mongodb.tls.truststore-password") public MongoSslConfig setTruststorePassword(String truststorePassword)
-