Uses of Interface
io.vertx.ext.auth.sqlclient.SqlUserUtil
-
Packages that use SqlUserUtil Package Description io.vertx.ext.auth.sqlclient io.vertx.reactivex.ext.auth.sqlclient io.vertx.rxjava3.ext.auth.sqlclient -
-
Uses of SqlUserUtil in io.vertx.ext.auth.sqlclient
Methods in io.vertx.ext.auth.sqlclient that return SqlUserUtil Modifier and Type Method Description static SqlUserUtil
SqlUserUtil. create(SqlClient client)
Create an instance of the user helper.static SqlUserUtil
SqlUserUtil. create(SqlClient client, String insertUserSQL, String insertUserRoleSQL, String insertRolePermissionSQL)
Create an instance of the user helper with custom queries. -
Uses of SqlUserUtil in io.vertx.reactivex.ext.auth.sqlclient
Methods in io.vertx.reactivex.ext.auth.sqlclient that return SqlUserUtil Modifier and Type Method Description SqlUserUtil
SqlUserUtil. getDelegate()
Methods in io.vertx.reactivex.ext.auth.sqlclient with parameters of type SqlUserUtil Modifier and Type Method Description static SqlUserUtil
SqlUserUtil. newInstance(SqlUserUtil arg)
Constructors in io.vertx.reactivex.ext.auth.sqlclient with parameters of type SqlUserUtil Constructor Description SqlUserUtil(SqlUserUtil delegate)
-
Uses of SqlUserUtil in io.vertx.rxjava3.ext.auth.sqlclient
Methods in io.vertx.rxjava3.ext.auth.sqlclient that return SqlUserUtil Modifier and Type Method Description SqlUserUtil
SqlUserUtil. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.sqlclient with parameters of type SqlUserUtil Modifier and Type Method Description static SqlUserUtil
SqlUserUtil. newInstance(SqlUserUtil arg)
Constructors in io.vertx.rxjava3.ext.auth.sqlclient with parameters of type SqlUserUtil Constructor Description SqlUserUtil(SqlUserUtil delegate)
-