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_ARG
Methods in io.vertx.mutiny.ext.auth.mongo that return MongoUserUtil Modifier and Type Method Description static MongoUserUtil
MongoUserUtil. create(MongoClient client)
static MongoUserUtil
MongoUserUtil. create(MongoClient client, io.vertx.ext.auth.mongo.MongoAuthenticationOptions authenticationOptions, io.vertx.ext.auth.mongo.MongoAuthorizationOptions authorizationOptions)
MongoUserUtil
MongoUserUtil. createHashedUserAndForget(String username, String hash)
Variant ofcreateHashedUser(String,String)
that ignores the result of the operation.MongoUserUtil
MongoUserUtil. createUserAndForget(String username, String password)
Variant ofcreateUser(String,String)
that ignores the result of the operation.MongoUserUtil
MongoUserUtil. createUserRolesAndPermissionsAndForget(String username, List<String> roles, List<String> permissions)
Variant ofio.vertx.mutiny.ext.auth.mongo.MongoUserUtil#createUserRolesAndPermissions(String,List
that ignores the result of the operation.,List ) static MongoUserUtil
MongoUserUtil. newInstance(io.vertx.ext.auth.mongo.MongoUserUtil arg)
-