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_ARGDeprecated.Methods in io.vertx.mutiny.ext.auth.jdbc that return JDBCUserUtilModifier and TypeMethodDescriptionstatic JDBCUserUtilJDBCUserUtil.create(JDBCClient client) Deprecated.static JDBCUserUtilJDBCUserUtil.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 JDBCUserUtilJDBCUserUtil.newInstance(io.vertx.ext.auth.jdbc.JDBCUserUtil arg) Deprecated.