@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,
java.lang.String clientCert,
java.lang.String clientPrivateKey)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
com.github.jasync.sql.db.SSLConfiguration |
getSslConfiguration() |
@ConfigurationInject public JasyncSslConfiguration(@Bindable(defaultValue="Disable") com.github.jasync.sql.db.SSLConfiguration.Mode mode, @Nullable java.lang.String rootCert, @Nullable java.lang.String clientCert, @Nullable java.lang.String clientPrivateKey)
mode
- The moderootCert
- The certclientCert
- The client certclientPrivateKey
- The client private key