Uses of Interface
io.vertx.ext.auth.mongo.MongoUserUtil
-
Packages that use MongoUserUtil Package Description io.vertx.ext.auth.mongo -
-
Uses of MongoUserUtil in io.vertx.ext.auth.mongo
Methods in io.vertx.ext.auth.mongo that return MongoUserUtil Modifier and Type Method Description static MongoUserUtil
MongoUserUtil. create(MongoClient client)
Create an instance of the user helper.static MongoUserUtil
MongoUserUtil. create(MongoClient client, MongoAuthenticationOptions authenticationOptions, MongoAuthorizationOptions authorizationOptions)
Create an instance of the user helper with custom queries.
-