Uses of Class
io.vertx.mysqlclient.MySQLAuthenticationPlugin
-
Packages that use MySQLAuthenticationPlugin Package Description io.vertx.mysqlclient -
-
Uses of MySQLAuthenticationPlugin in io.vertx.mysqlclient
Methods in io.vertx.mysqlclient that return MySQLAuthenticationPlugin Modifier and Type Method 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.Methods in io.vertx.mysqlclient with parameters of type MySQLAuthenticationPlugin Modifier and Type Method Description MySQLConnectOptions
MySQLConnectOptions. setAuthenticationPlugin(MySQLAuthenticationPlugin authenticationPlugin)
Set the defaultauthentication plguin
for the client, the option will take effect at the connection start.
-