Package | Description |
---|---|
io.vertx.ext.auth.jdbc | |
io.vertx.reactivex.ext.auth.jdbc | |
io.vertx.rxjava.ext.auth.jdbc |
Modifier and Type | Method and Description |
---|---|
static JDBCUserUtil |
JDBCUserUtil.create(JDBCClient client)
Create an instance of the user helper.
|
static JDBCUserUtil |
JDBCUserUtil.create(JDBCClient client,
String insertUserSQL,
String insertUserRoleSQL,
String insertRolePermissionSQL)
Create an instance of the user helper with custom queries.
|
JDBCUserUtil |
JDBCUserUtil.createHashedUser(String username,
String hash,
Handler<AsyncResult<Void>> resultHandler)
Insert a user into a database.
|
JDBCUserUtil |
JDBCUserUtil.createRolePermission(String role,
String permission,
Handler<AsyncResult<Void>> resultHandler)
Insert a role permission into a database.
|
JDBCUserUtil |
JDBCUserUtil.createUser(String username,
String password,
Handler<AsyncResult<Void>> resultHandler)
Insert a user into a database.
|
JDBCUserUtil |
JDBCUserUtil.createUserRole(String username,
String role,
Handler<AsyncResult<Void>> resultHandler)
Insert a user role into a database.
|
Modifier and Type | Method and Description |
---|---|
JDBCUserUtil |
JDBCUserUtil.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JDBCUserUtil |
JDBCUserUtil.newInstance(JDBCUserUtil arg) |
Constructor and Description |
---|
JDBCUserUtil(JDBCUserUtil delegate) |
Modifier and Type | Method and Description |
---|---|
JDBCUserUtil |
JDBCUserUtil.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JDBCUserUtil |
JDBCUserUtil.newInstance(JDBCUserUtil arg) |
Constructor and Description |
---|
JDBCUserUtil(JDBCUserUtil delegate) |
Copyright © 2021 Eclipse. All rights reserved.