@ConfigurationProperties(value="ssl")
@Requires(property="jasync.client.ssl")
public static class JasyncPoolConfiguration.JasyncSslConfiguration
extends java.lang.Object
Constructor and Description |
---|
JasyncSslConfiguration(com.github.jasync.sql.db.SSLConfiguration.Mode mode,
java.lang.String rootCert)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
com.github.jasync.sql.db.SSLConfiguration.Mode |
getMode() |
java.util.Optional<java.io.File> |
getRootCert() |