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