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_ARGMethods in io.vertx.mutiny.ext.auth.sqlclient that return SqlUserUtil Modifier and Type Method Description static SqlUserUtilSqlUserUtil. create(SqlClient client)static SqlUserUtilSqlUserUtil. create(SqlClient client, String insertUserSQL, String insertUserRoleSQL, String insertRolePermissionSQL)SqlUserUtilSqlUserUtil. createHashedUserAndForget(String username, String hash)Variant ofcreateHashedUser(String,String)that ignores the result of the operation.SqlUserUtilSqlUserUtil. createRolePermissionAndForget(String role, String permission)Variant ofcreateRolePermission(String,String)that ignores the result of the operation.SqlUserUtilSqlUserUtil. createUserAndForget(String username, String password)Variant ofcreateUser(String,String)that ignores the result of the operation.SqlUserUtilSqlUserUtil. createUserRoleAndForget(String username, String role)Variant ofcreateUserRole(String,String)that ignores the result of the operation.static SqlUserUtilSqlUserUtil. newInstance(io.vertx.ext.auth.sqlclient.SqlUserUtil arg) 
 -