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