Uses of Class
io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
-
Packages that use MongoUserUtil Package Description io.vertx.reactivex.ext.auth.mongo -
-
Uses of MongoUserUtil in io.vertx.reactivex.ext.auth.mongo
Fields in io.vertx.reactivex.ext.auth.mongo with type parameters of type MongoUserUtil Modifier and Type Field Description static TypeArg<MongoUserUtil>MongoUserUtil. __TYPE_ARGMethods in io.vertx.reactivex.ext.auth.mongo that return MongoUserUtil Modifier and Type Method Description static MongoUserUtilMongoUserUtil. create(MongoClient client)Create an instance of the user helper.static MongoUserUtilMongoUserUtil. create(MongoClient client, MongoAuthenticationOptions authenticationOptions, MongoAuthorizationOptions authorizationOptions)Create an instance of the user helper with custom queries.MongoUserUtilMongoUserUtil. createHashedUser(String username, String hash)Insert a user into a database.MongoUserUtilMongoUserUtil. createHashedUser(String username, String hash, Handler<AsyncResult<String>> resultHandler)Insert a user into a database.MongoUserUtilMongoUserUtil. createUser(String username, String password)Insert a user into a database.MongoUserUtilMongoUserUtil. createUser(String username, String password, Handler<AsyncResult<String>> resultHandler)Insert a user into a database.MongoUserUtilMongoUserUtil. createUserRolesAndPermissions(String username, List<String> roles, List<String> permissions)Insert a user role into a database.MongoUserUtilMongoUserUtil. createUserRolesAndPermissions(String username, List<String> roles, List<String> permissions, Handler<AsyncResult<String>> resultHandler)Insert a user role into a database.static MongoUserUtilMongoUserUtil. newInstance(MongoUserUtil arg)
-