Uses of Class
io.vertx.mutiny.ext.auth.mongo.HashStrategy
Packages that use HashStrategy
-
Uses of HashStrategy in io.vertx.mutiny.ext.auth.mongo
Fields in io.vertx.mutiny.ext.auth.mongo with type parameters of type HashStrategyMethods in io.vertx.mutiny.ext.auth.mongo that return HashStrategyModifier and TypeMethodDescriptionMongoAuth.getHashStrategy()Deprecated.static HashStrategyHashStrategy.newInstance(io.vertx.ext.auth.mongo.HashStrategy arg) Methods in io.vertx.mutiny.ext.auth.mongo with parameters of type HashStrategyModifier and TypeMethodDescriptionstatic MongoAuthenticationMongoAuthentication.create(MongoClient mongoClient, HashStrategy hashStrategy, io.vertx.ext.auth.mongo.MongoAuthenticationOptions options) MongoAuth.setHashStrategy(HashStrategy hashStrategy) Deprecated.