Uses of Class
io.helidon.integrations.vault.secrets.database.MySqlConfigureRequest
Package
Description
Vault's Database Secrets Engine support.
-
Uses of MySqlConfigureRequest in io.helidon.integrations.vault.secrets.database
Modifier and TypeMethodDescriptionstatic MySqlConfigureRequest
A new request builder with connection URL.MySqlConfigureRequest.maxConnectionLifetime
(Duration duration) Specifies the maximum amount of time a connection may be reused.MySqlConfigureRequest.maxIdleConnections
(int connections) Specifies the maximum number of idle connections to the database.MySqlConfigureRequest.maxOpenConnections
(int connections) Specifies the maximum number of open connections to the database.x509 CA file for validating the certificate presented by the MySQL server.MySqlConfigureRequest.tlsCertificateKey
(String certificateWithKey) x509 certificate for connecting to the database.