Uses of Interface
io.vertx.ext.auth.mongo.MongoAuthentication
Packages that use MongoAuthentication
-
Uses of MongoAuthentication in io.vertx.ext.auth.mongo
Methods in io.vertx.ext.auth.mongo that return MongoAuthenticationModifier and TypeMethodDescriptionstatic MongoAuthenticationMongoAuthentication.create(MongoClient mongoClient, MongoAuthenticationOptions options) Creates an instance of MongoAuth by using the givenMongoClientand configuration object.