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