Uses of Class
io.vertx.mutiny.ext.auth.mongo.HashStrategy
- 
Packages that use HashStrategy Package Description io.vertx.mutiny.ext.auth.mongo  - 
- 
Uses of HashStrategy in io.vertx.mutiny.ext.auth.mongo
Fields in io.vertx.mutiny.ext.auth.mongo with type parameters of type HashStrategy Modifier and Type Field Description static TypeArg<HashStrategy>HashStrategy. __TYPE_ARGMethods in io.vertx.mutiny.ext.auth.mongo that return HashStrategy Modifier and Type Method Description HashStrategyMongoAuth. getHashStrategy()Deprecated.static HashStrategyHashStrategy. newInstance(io.vertx.ext.auth.mongo.HashStrategy arg)Methods in io.vertx.mutiny.ext.auth.mongo with parameters of type HashStrategy Modifier and Type Method Description static MongoAuthenticationMongoAuthentication. create(MongoClient mongoClient, HashStrategy hashStrategy, io.vertx.ext.auth.mongo.MongoAuthenticationOptions options)MongoAuthMongoAuth. setHashStrategy(HashStrategy hashStrategy)Deprecated. 
 -