Uses of Class
io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
Packages that use MongoAuthentication
-
Uses of MongoAuthentication in io.vertx.mutiny.ext.auth.mongo
Fields in io.vertx.mutiny.ext.auth.mongo with type parameters of type MongoAuthenticationModifier and TypeFieldDescriptionstatic final TypeArg<MongoAuthentication>MongoAuthentication.__TYPE_ARGMethods in io.vertx.mutiny.ext.auth.mongo that return MongoAuthenticationModifier and TypeMethodDescriptionMongoAuthentication.authenticateAndForget(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.static MongoAuthenticationMongoAuthentication.create(MongoClient mongoClient, io.vertx.ext.auth.mongo.MongoAuthenticationOptions options) Creates an instance of MongoAuth by using the givenMongoClientand configuration object.static MongoAuthenticationMongoAuthentication.newInstance(io.vertx.ext.auth.mongo.MongoAuthentication delegate) Creates a new instance of theMongoAuthentication.