| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.auth.mongo | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<MongoUserUtil> | 
MongoUserUtil.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static MongoUserUtil | 
MongoUserUtil.create(MongoClient client)
Create an instance of the user helper. 
 | 
static MongoUserUtil | 
MongoUserUtil.create(MongoClient client,
      MongoAuthenticationOptions authenticationOptions,
      MongoAuthorizationOptions authorizationOptions)
Create an instance of the user helper with custom queries. 
 | 
MongoUserUtil | 
MongoUserUtil.createHashedUser(String username,
                String hash)
Insert a user into a database. 
 | 
MongoUserUtil | 
MongoUserUtil.createHashedUser(String username,
                String hash,
                Handler<AsyncResult<String>> resultHandler)
Insert a user into a database. 
 | 
MongoUserUtil | 
MongoUserUtil.createUser(String username,
          String password)
Insert a user into a database. 
 | 
MongoUserUtil | 
MongoUserUtil.createUser(String username,
          String password,
          Handler<AsyncResult<String>> resultHandler)
Insert a user into a database. 
 | 
MongoUserUtil | 
MongoUserUtil.createUserRolesAndPermissions(String username,
                             List<String> roles,
                             List<String> permissions)
Insert a user role into a database. 
 | 
MongoUserUtil | 
MongoUserUtil.createUserRolesAndPermissions(String username,
                             List<String> roles,
                             List<String> permissions,
                             Handler<AsyncResult<String>> resultHandler)
Insert a user role into a database. 
 | 
static MongoUserUtil | 
MongoUserUtil.newInstance(MongoUserUtil arg)  | 
Copyright © 2023 Eclipse. All rights reserved.