Package | Description |
---|---|
io.vertx.mysqlclient |
Modifier and Type | Method and Description |
---|---|
MySQLAuthenticationPlugin |
MySQLConnectOptions.getAuthenticationPlugin()
Get the default authentication plugin for connecting the server.
|
static MySQLAuthenticationPlugin |
MySQLAuthenticationPlugin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySQLAuthenticationPlugin[] |
MySQLAuthenticationPlugin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MySQLConnectOptions |
MySQLConnectOptions.setAuthenticationPlugin(MySQLAuthenticationPlugin authenticationPlugin)
Set the default
authentication plguin for the client, the option will take effect at the connection start. |
Copyright © 2021 Eclipse. All rights reserved.