Package | Description |
---|---|
io.vertx.rxjava3.ext.auth.sqlclient |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SqlUserUtil> |
SqlUserUtil.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static SqlUserUtil |
SqlUserUtil.create(SqlClient client)
Create an instance of the user helper.
|
static SqlUserUtil |
SqlUserUtil.create(SqlClient client,
String insertUserSQL,
String insertUserRoleSQL,
String insertRolePermissionSQL)
Create an instance of the user helper with custom queries.
|
static SqlUserUtil |
SqlUserUtil.newInstance(SqlUserUtil arg) |
Copyright © 2023 Eclipse. All rights reserved.