static MongoUserUtil |
MongoUserUtil.create(MongoClient client) |
Create an instance of the user helper.
|
static MongoUserUtil |
MongoUserUtil.create(MongoClient client,
io.vertx.ext.auth.mongo.MongoAuthenticationOptions authenticationOptions,
io.vertx.ext.auth.mongo.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,
io.vertx.core.Handler<io.vertx.core.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,
io.vertx.core.Handler<io.vertx.core.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,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> resultHandler) |
Insert a user role into a database.
|
static MongoUserUtil |
MongoUserUtil.newInstance(io.vertx.ext.auth.mongo.MongoUserUtil arg) |
|