Uses of Class
io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
- 
Packages that use MongoUserUtil Package Description io.vertx.mutiny.ext.auth.mongo  - 
- 
Uses of MongoUserUtil in io.vertx.mutiny.ext.auth.mongo
Fields in io.vertx.mutiny.ext.auth.mongo with type parameters of type MongoUserUtil Modifier and Type Field Description static TypeArg<MongoUserUtil>MongoUserUtil. __TYPE_ARGMethods in io.vertx.mutiny.ext.auth.mongo that return MongoUserUtil Modifier and Type Method Description static MongoUserUtilMongoUserUtil. create(MongoClient client)static MongoUserUtilMongoUserUtil. create(MongoClient client, io.vertx.ext.auth.mongo.MongoAuthenticationOptions authenticationOptions, io.vertx.ext.auth.mongo.MongoAuthorizationOptions authorizationOptions)MongoUserUtilMongoUserUtil. createHashedUserAndForget(String username, String hash)Variant ofcreateHashedUser(String,String)that ignores the result of the operation.MongoUserUtilMongoUserUtil. createUserAndForget(String username, String password)Variant ofcreateUser(String,String)that ignores the result of the operation.MongoUserUtilMongoUserUtil. createUserRolesAndPermissionsAndForget(String username, List<String> roles, List<String> permissions)Variant ofio.vertx.mutiny.ext.auth.mongo.MongoUserUtil#createUserRolesAndPermissions(String,Listthat ignores the result of the operation.,List ) static MongoUserUtilMongoUserUtil. newInstance(io.vertx.ext.auth.mongo.MongoUserUtil arg) 
 -