Uses of Interface
io.vertx.ext.auth.mongo.MongoAuthorization
-
Packages that use MongoAuthorization Package Description io.vertx.ext.auth.mongo -
-
Uses of MongoAuthorization in io.vertx.ext.auth.mongo
Methods in io.vertx.ext.auth.mongo that return MongoAuthorization Modifier and Type Method Description static MongoAuthorization
MongoAuthorization. create(String providerId, MongoClient mongoClient, MongoAuthorizationOptions options)
Creates an instance of MongoAuthorization by using the givenMongoClient
and configuration object.
-