Uses of Class
io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- 
Packages that use JDBCUserUtil Package Description io.vertx.mutiny.ext.auth.jdbc  - 
- 
Uses of JDBCUserUtil in io.vertx.mutiny.ext.auth.jdbc
Fields in io.vertx.mutiny.ext.auth.jdbc with type parameters of type JDBCUserUtil Modifier and Type Field Description static TypeArg<JDBCUserUtil>JDBCUserUtil. __TYPE_ARGMethods in io.vertx.mutiny.ext.auth.jdbc that return JDBCUserUtil Modifier and Type Method Description static JDBCUserUtilJDBCUserUtil. create(JDBCClient client)static JDBCUserUtilJDBCUserUtil. create(JDBCClient client, String insertUserSQL, String insertUserRoleSQL, String insertRolePermissionSQL)JDBCUserUtilJDBCUserUtil. createHashedUserAndForget(String username, String hash)Variant ofcreateHashedUser(String,String)that ignores the result of the operation.JDBCUserUtilJDBCUserUtil. createRolePermissionAndForget(String role, String permission)Variant ofcreateRolePermission(String,String)that ignores the result of the operation.JDBCUserUtilJDBCUserUtil. createUserAndForget(String username, String password)Variant ofcreateUser(String,String)that ignores the result of the operation.JDBCUserUtilJDBCUserUtil. createUserRoleAndForget(String username, String role)Variant ofcreateUserRole(String,String)that ignores the result of the operation.static JDBCUserUtilJDBCUserUtil. newInstance(io.vertx.ext.auth.jdbc.JDBCUserUtil arg) 
 -