| Package | Description |
|---|---|
| io.vertx.reactivex.ext.auth.jdbc |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<JDBCUserUtil> |
JDBCUserUtil.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static JDBCUserUtil |
JDBCUserUtil.create(JDBCClient client)
Deprecated.
|
static JDBCUserUtil |
JDBCUserUtil.create(JDBCClient client,
String insertUserSQL,
String insertUserRoleSQL,
String insertRolePermissionSQL)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createHashedUser(String username,
String hash)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createHashedUser(String username,
String hash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createRolePermission(String role,
String permission)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createRolePermission(String role,
String permission,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createUser(String username,
String password)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createUser(String username,
String password,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createUserRole(String username,
String role)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createUserRole(String username,
String role,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler)
Deprecated.
|
static JDBCUserUtil |
JDBCUserUtil.newInstance(io.vertx.ext.auth.jdbc.JDBCUserUtil arg) |
Copyright © 2022 Eclipse. All rights reserved.