Uses of Class
io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
Packages that use JDBCHashStrategy
-
Uses of JDBCHashStrategy in io.vertx.mutiny.ext.auth.jdbc
Fields in io.vertx.mutiny.ext.auth.jdbc with type parameters of type JDBCHashStrategyModifier and TypeFieldDescriptionstatic final TypeArg<JDBCHashStrategy>
JDBCHashStrategy.__TYPE_ARG
Deprecated.Methods in io.vertx.mutiny.ext.auth.jdbc that return JDBCHashStrategyModifier and TypeMethodDescriptionstatic JDBCHashStrategy
JDBCHashStrategy.createPBKDF2
(Vertx vertx) Deprecated.static JDBCHashStrategy
JDBCHashStrategy.createSHA512
(Vertx vertx) Deprecated.static JDBCHashStrategy
JDBCHashStrategy.newInstance
(io.vertx.ext.auth.jdbc.JDBCHashStrategy arg) Deprecated.Methods in io.vertx.mutiny.ext.auth.jdbc with parameters of type JDBCHashStrategyModifier and TypeMethodDescriptionstatic JDBCAuthentication
JDBCAuthentication.create
(JDBCClient client, JDBCHashStrategy hashStrategy, io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions options) Deprecated.This factory is only for backwards compatibility