Uses of Class
io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
Packages that use JDBCUserUtil
-
Uses of JDBCUserUtil in io.vertx.mutiny.ext.auth.jdbc
Fields in io.vertx.mutiny.ext.auth.jdbc with type parameters of type JDBCUserUtilModifier and TypeFieldDescriptionstatic final TypeArg<JDBCUserUtil>
JDBCUserUtil.__TYPE_ARG
Deprecated.Methods in io.vertx.mutiny.ext.auth.jdbc that return JDBCUserUtilModifier and TypeMethodDescriptionstatic JDBCUserUtil
JDBCUserUtil.create
(JDBCClient client) Deprecated.static JDBCUserUtil
JDBCUserUtil.create
(JDBCClient client, String insertUserSQL, String insertUserRoleSQL, String insertRolePermissionSQL) Deprecated.JDBCUserUtil.createHashedUserAndForget
(String username, String hash) Deprecated.JDBCUserUtil.createRolePermissionAndForget
(String role, String permission) Deprecated.JDBCUserUtil.createUserAndForget
(String username, String password) Deprecated.JDBCUserUtil.createUserRoleAndForget
(String username, String role) Deprecated.static JDBCUserUtil
JDBCUserUtil.newInstance
(io.vertx.ext.auth.jdbc.JDBCUserUtil arg) Deprecated.