Uses of Class
io.vertx.rxjava3.ext.auth.mongo.MongoUserUtil
-
Packages that use MongoUserUtil Package Description io.vertx.rxjava3.ext.auth.mongo -
-
Uses of MongoUserUtil in io.vertx.rxjava3.ext.auth.mongo
Fields in io.vertx.rxjava3.ext.auth.mongo with type parameters of type MongoUserUtil Modifier and Type Field Description static TypeArg<MongoUserUtil>MongoUserUtil. __TYPE_ARGMethods in io.vertx.rxjava3.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.static MongoUserUtilMongoUserUtil. newInstance(MongoUserUtil arg)
-