Uses of Class
io.vertx.mutiny.ext.auth.mongo.MongoAuth
Packages that use MongoAuth
-
Uses of MongoAuth in io.vertx.mutiny.ext.auth.mongo
Fields in io.vertx.mutiny.ext.auth.mongo with type parameters of type MongoAuthMethods in io.vertx.mutiny.ext.auth.mongo that return MongoAuthModifier and TypeMethodDescriptionstatic MongoAuthMongoAuth.create(MongoClient mongoClient, io.vertx.core.json.JsonObject config) Deprecated.static MongoAuthMongoAuth.newInstance(io.vertx.ext.auth.mongo.MongoAuth arg) MongoAuth.setCollectionName(String collectionName) Deprecated.MongoAuth.setHashAlgorithm(io.vertx.ext.auth.mongo.HashAlgorithm hashAlgorithm) Deprecated.MongoAuth.setHashStrategy(HashStrategy hashStrategy) Deprecated.MongoAuth.setPasswordCredentialField(String fieldName) Deprecated.MongoAuth.setPasswordField(String fieldName) Deprecated.MongoAuth.setPermissionField(String fieldName) Deprecated.MongoAuth.setRoleField(String fieldName) Deprecated.MongoAuth.setSaltField(String fieldName) Deprecated.MongoAuth.setUsernameCredentialField(String fieldName) Deprecated.MongoAuth.setUsernameField(String fieldName) Deprecated.