Uses of Class
io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication
-
Packages that use JDBCAuthentication Package Description io.vertx.rxjava.ext.auth.jdbc -
-
Uses of JDBCAuthentication in io.vertx.rxjava.ext.auth.jdbc
Fields in io.vertx.rxjava.ext.auth.jdbc with type parameters of type JDBCAuthentication Modifier and Type Field Description static TypeArg<JDBCAuthentication>JDBCAuthentication. __TYPE_ARGMethods in io.vertx.rxjava.ext.auth.jdbc that return JDBCAuthentication Modifier and Type Method Description static JDBCAuthenticationJDBCAuthentication. create(JDBCClient client, io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions options)Deprecated.static JDBCAuthenticationJDBCAuthentication. create(JDBCClient client, JDBCHashStrategy hashStrategy, io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions options)Deprecated.static JDBCAuthenticationJDBCAuthentication. newInstance(io.vertx.ext.auth.jdbc.JDBCAuthentication arg)
-