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 HashStrategyModifier and TypeFieldDescriptionstatic final TypeArg<HashStrategy>
HashStrategy.__TYPE_ARG
Deprecated.Methods in io.vertx.mutiny.ext.auth.mongo that return HashStrategyModifier and TypeMethodDescriptionMongoAuth.getHashStrategy()
Deprecated.static HashStrategy
HashStrategy.newInstance
(io.vertx.ext.auth.mongo.HashStrategy arg) Deprecated.Methods in io.vertx.mutiny.ext.auth.mongo with parameters of type HashStrategyModifier and TypeMethodDescriptionstatic MongoAuthentication
MongoAuthentication.create
(MongoClient mongoClient, HashStrategy hashStrategy, io.vertx.ext.auth.mongo.MongoAuthenticationOptions options) MongoAuth.setHashStrategy
(HashStrategy hashStrategy) Deprecated.