Uses of Class
io.vertx.mutiny.ext.auth.sqlclient.SqlUserUtil
Packages that use SqlUserUtil
-
Uses of SqlUserUtil in io.vertx.mutiny.ext.auth.sqlclient
Fields in io.vertx.mutiny.ext.auth.sqlclient with type parameters of type SqlUserUtilMethods in io.vertx.mutiny.ext.auth.sqlclient that return SqlUserUtilModifier and TypeMethodDescriptionstatic SqlUserUtil
static SqlUserUtil
SqlUserUtil.create
(SqlClient client, String insertUserSQL, String insertUserRoleSQL, String insertRolePermissionSQL) SqlUserUtil.createHashedUserAndForget
(String username, String hash) Variant ofcreateHashedUser(String,String)
that ignores the result of the operation.SqlUserUtil.createRolePermissionAndForget
(String role, String permission) Variant ofcreateRolePermission(String,String)
that ignores the result of the operation.SqlUserUtil.createUserAndForget
(String username, String password) Variant ofcreateUser(String,String)
that ignores the result of the operation.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)