Package | Description |
---|---|
io.vertx.rxjava.ext.auth.jdbc |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.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,
Handler<AsyncResult<Void>> resultHandler)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createRolePermission(String role,
String permission)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createRolePermission(String role,
String permission,
Handler<AsyncResult<Void>> resultHandler)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createUser(String username,
String password)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createUser(String username,
String password,
Handler<AsyncResult<Void>> resultHandler)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createUserRole(String username,
String role)
Deprecated.
|
JDBCUserUtil |
JDBCUserUtil.createUserRole(String username,
String role,
Handler<AsyncResult<Void>> resultHandler)
Deprecated.
|
static JDBCUserUtil |
JDBCUserUtil.newInstance(JDBCUserUtil arg) |
Copyright © 2023 Eclipse. All rights reserved.