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 MongoUserUtilMongoUserUtil.create(MongoClient client) Create an instance of the user helper.static MongoUserUtilMongoUserUtil.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.createHashedUserAndForget(String username, String hash) Insert a user into a database.MongoUserUtil.createUserAndForget(String username, String password) Insert a user into a database.MongoUserUtil.createUserRolesAndPermissionsAndForget(String user, List<String> roles, List<String> permissions) Insert a user role into a database.static MongoUserUtilMongoUserUtil.newInstance(io.vertx.ext.auth.mongo.MongoUserUtil delegate) Creates a new instance of theMongoUserUtil.