@ConfigurationProperties(value="ssl") @Requires(property="jasync.client.ssl") public static class JasyncPoolConfiguration.JasyncSslConfiguration extends Object
| Constructor and Description |
|---|
JasyncSslConfiguration(com.github.jasync.sql.db.SSLConfiguration.Mode mode,
String rootCert,
String clientCert,
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
String rootCert,
@Nullable
String clientCert,
@Nullable
String clientPrivateKey)
mode - The moderootCert - The certclientCert - The client certclientPrivateKey - The client private key