| Package | Description | 
|---|---|
| io.vertx.reactivex.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)
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)
Insert a user into a database. 
 | 
JDBCUserUtil | 
JDBCUserUtil.createHashedUser(String username,
                String hash,
                Handler<AsyncResult<Void>> resultHandler)
Insert a user into a database. 
 | 
JDBCUserUtil | 
JDBCUserUtil.createRolePermission(String role,
                    String permission)
Insert a role permission 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)
Insert a user 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)
Insert a user role into a database. 
 | 
JDBCUserUtil | 
JDBCUserUtil.createUserRole(String username,
              String role,
              Handler<AsyncResult<Void>> resultHandler)
Insert a user role into a database. 
 | 
static JDBCUserUtil | 
JDBCUserUtil.newInstance(JDBCUserUtil arg)  | 
Copyright © 2021 Eclipse. All rights reserved.