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_ARG
Methods in io.vertx.mutiny.ext.auth.mongo that return HashStrategy Modifier and Type Method Description HashStrategy
MongoAuth. getHashStrategy()
Deprecated.static HashStrategy
HashStrategy. 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 MongoAuthentication
MongoAuthentication. create(MongoClient mongoClient, HashStrategy hashStrategy, io.vertx.ext.auth.mongo.MongoAuthenticationOptions options)
MongoAuth
MongoAuth. setHashStrategy(HashStrategy hashStrategy)
Deprecated.
-