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_ARG
Methods in io.vertx.mutiny.ext.auth.jdbc that return JDBCUserUtil Modifier and Type Method Description static JDBCUserUtil
JDBCUserUtil. create(JDBCClient client)
static JDBCUserUtil
JDBCUserUtil. create(JDBCClient client, String insertUserSQL, String insertUserRoleSQL, String insertRolePermissionSQL)
JDBCUserUtil
JDBCUserUtil. createHashedUserAndForget(String username, String hash)
Variant ofcreateHashedUser(String,String)
that ignores the result of the operation.JDBCUserUtil
JDBCUserUtil. createRolePermissionAndForget(String role, String permission)
Variant ofcreateRolePermission(String,String)
that ignores the result of the operation.JDBCUserUtil
JDBCUserUtil. createUserAndForget(String username, String password)
Variant ofcreateUser(String,String)
that ignores the result of the operation.JDBCUserUtil
JDBCUserUtil. createUserRoleAndForget(String username, String role)
Variant ofcreateUserRole(String,String)
that ignores the result of the operation.static JDBCUserUtil
JDBCUserUtil. newInstance(io.vertx.ext.auth.jdbc.JDBCUserUtil arg)
-