Uses of Enum
io.vertx.mysqlclient.MySQLAuthenticationPlugin
Packages that use MySQLAuthenticationPlugin
-
Uses of MySQLAuthenticationPlugin in io.vertx.mysqlclient
Subclasses with type arguments of type MySQLAuthenticationPlugin in io.vertx.mysqlclientModifier and TypeClassDescriptionenumMySQL authentication plugins which can be specified at the connection start, more information could be found in MySQL Reference Manual.Methods in io.vertx.mysqlclient that return MySQLAuthenticationPluginModifier and TypeMethodDescriptionMySQLConnectOptions.getAuthenticationPlugin()Get the default authentication plugin for connecting the server.static MySQLAuthenticationPluginReturns 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 MySQLAuthenticationPluginModifier and TypeMethodDescriptionMySQLConnectOptions.setAuthenticationPlugin(MySQLAuthenticationPlugin authenticationPlugin) Set the defaultauthentication plguinfor the client, the option will take effect at the connection start.