| Package | Description |
|---|---|
| io.vertx.mysqlclient | |
| io.vertx.mysqlclient.impl.command |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
MySQLAuthenticationPlugin |
InitialHandshakeCommand.authenticationPlugin() |
| Constructor and Description |
|---|
InitialHandshakeCommand(SocketConnectionBase conn,
String username,
String password,
String database,
MySQLCollation collation,
Buffer serverRsaPublicKey,
Map<String,String> connectionAttributes,
SslMode sslMode,
int initialCapabilitiesFlags,
Charset charsetEncoding,
MySQLAuthenticationPlugin authenticationPlugin) |
Copyright © 2021. All rights reserved.