Uses of Class
io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
-
Packages that use JDBCHashStrategy Package Description io.vertx.mutiny.ext.auth.jdbc -
-
Uses of JDBCHashStrategy in io.vertx.mutiny.ext.auth.jdbc
Fields in io.vertx.mutiny.ext.auth.jdbc with type parameters of type JDBCHashStrategy Modifier and Type Field Description static TypeArg<JDBCHashStrategy>JDBCHashStrategy. __TYPE_ARGMethods in io.vertx.mutiny.ext.auth.jdbc that return JDBCHashStrategy Modifier and Type Method Description static JDBCHashStrategyJDBCHashStrategy. createPBKDF2(Vertx vertx)Deprecated.static JDBCHashStrategyJDBCHashStrategy. createSHA512(Vertx vertx)Deprecated.static JDBCHashStrategyJDBCHashStrategy. newInstance(io.vertx.ext.auth.jdbc.JDBCHashStrategy arg)Methods in io.vertx.mutiny.ext.auth.jdbc with parameters of type JDBCHashStrategy Modifier and Type Method Description static JDBCAuthenticationJDBCAuthentication. create(JDBCClient client, JDBCHashStrategy hashStrategy, io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions options)Deprecated.This factory is only for backwards compatibility
-