Uses of Class
io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
-
Packages that use MongoAuthentication Package Description io.vertx.mutiny.ext.auth.mongo -
-
Uses of MongoAuthentication in io.vertx.mutiny.ext.auth.mongo
Fields in io.vertx.mutiny.ext.auth.mongo with type parameters of type MongoAuthentication Modifier and Type Field Description static TypeArg<MongoAuthentication>MongoAuthentication. __TYPE_ARGMethods in io.vertx.mutiny.ext.auth.mongo that return MongoAuthentication Modifier and Type Method Description static MongoAuthenticationMongoAuthentication. create(MongoClient mongoClient, io.vertx.ext.auth.mongo.MongoAuthenticationOptions options)static MongoAuthenticationMongoAuthentication. create(MongoClient mongoClient, HashStrategy hashStrategy, io.vertx.ext.auth.mongo.MongoAuthenticationOptions options)static MongoAuthenticationMongoAuthentication. newInstance(io.vertx.ext.auth.mongo.MongoAuthentication arg)
-