Package | Description |
---|---|
io.vertx.rxjava.ext.auth.sqlclient |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SqlUserUtil> |
SqlUserUtil.__TYPE_ARG |
Modifier and Type | Method and 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.
|
SqlUserUtil |
SqlUserUtil.createHashedUser(String username,
String hash)
Insert a user into a database.
|
SqlUserUtil |
SqlUserUtil.createHashedUser(String username,
String hash,
Handler<AsyncResult<Void>> resultHandler)
Insert a user into a database.
|
SqlUserUtil |
SqlUserUtil.createRolePermission(String role,
String permission)
Insert a role permission into a database.
|
SqlUserUtil |
SqlUserUtil.createRolePermission(String role,
String permission,
Handler<AsyncResult<Void>> resultHandler)
Insert a role permission into a database.
|
SqlUserUtil |
SqlUserUtil.createUser(String username,
String password)
Insert a user into a database.
|
SqlUserUtil |
SqlUserUtil.createUser(String username,
String password,
Handler<AsyncResult<Void>> resultHandler)
Insert a user into a database.
|
SqlUserUtil |
SqlUserUtil.createUserRole(String username,
String role)
Insert a user role into a database.
|
SqlUserUtil |
SqlUserUtil.createUserRole(String username,
String role,
Handler<AsyncResult<Void>> resultHandler)
Insert a user role into a database.
|
static SqlUserUtil |
SqlUserUtil.newInstance(SqlUserUtil arg) |
Copyright © 2021 Eclipse. All rights reserved.