Uses of Class
io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
-
Packages that use SqlUserUtil Package Description io.vertx.mutiny.ext.auth.sqlclient -
-
Uses of SqlUserUtil in io.vertx.mutiny.ext.auth.sqlclient
Fields in io.vertx.mutiny.ext.auth.sqlclient with type parameters of type SqlUserUtil Modifier and Type Field Description static TypeArg<SqlUserUtil>
SqlUserUtil. __TYPE_ARG
Methods in io.vertx.mutiny.ext.auth.sqlclient that return SqlUserUtil Modifier and Type Method Description static SqlUserUtil
SqlUserUtil. create(SqlClient client)
static SqlUserUtil
SqlUserUtil. create(SqlClient client, String insertUserSQL, String insertUserRoleSQL, String insertRolePermissionSQL)
SqlUserUtil
SqlUserUtil. createHashedUserAndForget(String username, String hash)
Variant ofcreateHashedUser(String,String)
that ignores the result of the operation.SqlUserUtil
SqlUserUtil. createRolePermissionAndForget(String role, String permission)
Variant ofcreateRolePermission(String,String)
that ignores the result of the operation.SqlUserUtil
SqlUserUtil. createUserAndForget(String username, String password)
Variant ofcreateUser(String,String)
that ignores the result of the operation.SqlUserUtil
SqlUserUtil. createUserRoleAndForget(String username, String role)
Variant ofcreateUserRole(String,String)
that ignores the result of the operation.static SqlUserUtil
SqlUserUtil. newInstance(io.vertx.ext.auth.sqlclient.SqlUserUtil arg)
-