Uses of Class
io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
-
Packages that use MongoAuthentication Package Description io.vertx.reactivex.ext.auth.mongo -
-
Uses of MongoAuthentication in io.vertx.reactivex.ext.auth.mongo
Fields in io.vertx.reactivex.ext.auth.mongo with type parameters of type MongoAuthentication Modifier and Type Field Description static TypeArg<MongoAuthentication>MongoAuthentication. __TYPE_ARGMethods in io.vertx.reactivex.ext.auth.mongo that return MongoAuthentication Modifier and Type Method Description static MongoAuthenticationMongoAuthentication. create(MongoClient mongoClient, MongoAuthenticationOptions options)Creates an instance of MongoAuth by using the given and configuration object.static MongoAuthenticationMongoAuthentication. create(MongoClient mongoClient, HashStrategy hashStrategy, MongoAuthenticationOptions options)static MongoAuthenticationMongoAuthentication. newInstance(MongoAuthentication arg)
-