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 SqlUserUtilCreate an instance of the user helper.static SqlUserUtilSqlUserUtil.create(SqlClient client, String insertUserSQL, String insertUserRoleSQL, String insertRolePermissionSQL) Create an instance of the user helper with custom queries.SqlUserUtil.createHashedUserAndForget(String username, String hash) Insert a user into a database.SqlUserUtil.createRolePermissionAndForget(String role, String permission) Insert a role permission into a database.SqlUserUtil.createUserAndForget(String username, String password) Insert a user into a database.SqlUserUtil.createUserRoleAndForget(String username, String role) Insert a user role into a database.static SqlUserUtilSqlUserUtil.newInstance(io.vertx.ext.auth.sqlclient.SqlUserUtil delegate) Creates a new instance of theSqlUserUtil.