Uses of Interface
io.vertx.ext.auth.mongo.MongoAuthorization
Packages that use MongoAuthorization
-
Uses of MongoAuthorization in io.vertx.ext.auth.mongo
Methods in io.vertx.ext.auth.mongo that return MongoAuthorizationModifier and TypeMethodDescriptionstatic MongoAuthorizationMongoAuthorization.create(String providerId, MongoClient mongoClient, MongoAuthorizationOptions options) Creates an instance of MongoAuthorization by using the givenMongoClientand configuration object.