Uses of Class
io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
Packages that use MongoUserUtil
-
Uses of MongoUserUtil in io.vertx.mutiny.ext.auth.mongo
Fields in io.vertx.mutiny.ext.auth.mongo with type parameters of type MongoUserUtilMethods in io.vertx.mutiny.ext.auth.mongo that return MongoUserUtilModifier and TypeMethodDescriptionstatic 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.createHashedUserAndForget
(String username, String hash) Variant ofcreateHashedUser(String,String)
that ignores the result of the operation.MongoUserUtil.createUserAndForget
(String username, String password) Variant ofcreateUser(String,String)
that ignores the result of the operation.MongoUserUtil.createUserRolesAndPermissionsAndForget
(String username, List<String> roles, List<String> permissions) Variant ofcreateUserRolesAndPermissions(String,List,List)
that ignores the result of the operation.static MongoUserUtil
MongoUserUtil.newInstance
(io.vertx.ext.auth.mongo.MongoUserUtil arg)