Uses of Class
io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
-
Packages that use SqlAuthentication Package Description io.vertx.reactivex.ext.auth.sqlclient -
-
Uses of SqlAuthentication in io.vertx.reactivex.ext.auth.sqlclient
Fields in io.vertx.reactivex.ext.auth.sqlclient with type parameters of type SqlAuthentication Modifier and Type Field Description static TypeArg<SqlAuthentication>SqlAuthentication. __TYPE_ARGMethods in io.vertx.reactivex.ext.auth.sqlclient that return SqlAuthentication Modifier and Type Method Description static SqlAuthenticationSqlAuthentication. create(SqlClient client)Create a JDBC auth provider implementationstatic SqlAuthenticationSqlAuthentication. create(SqlClient client, io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions options)Create a JDBC auth provider implementationstatic SqlAuthenticationSqlAuthentication. newInstance(io.vertx.ext.auth.sqlclient.SqlAuthentication arg)
-