| 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)
Deprecated.  
Create an instance of the user helper. 
 | 
static JDBCUserUtil | 
JDBCUserUtil.create(JDBCClient client,
      String insertUserSQL,
      String insertUserRoleSQL,
      String insertRolePermissionSQL)
Deprecated.  
Create an instance of the user helper with custom queries. 
 | 
JDBCUserUtil | 
JDBCUserUtil.createHashedUser(String username,
                String hash,
                Handler<AsyncResult<Void>> resultHandler)
Deprecated.  
Insert a user into a database. 
 | 
JDBCUserUtil | 
JDBCUserUtil.createRolePermission(String role,
                    String permission,
                    Handler<AsyncResult<Void>> resultHandler)
Deprecated.  
Insert a role permission into a database. 
 | 
JDBCUserUtil | 
JDBCUserUtil.createUser(String username,
          String password,
          Handler<AsyncResult<Void>> resultHandler)
Deprecated.  
Insert a user into a database. 
 | 
JDBCUserUtil | 
JDBCUserUtil.createUserRole(String username,
              String role,
              Handler<AsyncResult<Void>> resultHandler)
Deprecated.  
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 © 2023 Eclipse. All rights reserved.