suspend fun JDBCUserUtil.createHashedUserAwait(username: String, hash: String): Unit
Suspending version of method io.vertx.ext.auth.jdbc.JDBCUserUtil.createHashedUser |
|
suspend fun JDBCUserUtil.createRolePermissionAwait(role: String, permission: String): Unit
Suspending version of method io.vertx.ext.auth.jdbc.JDBCUserUtil.createRolePermission |
|
suspend fun JDBCUserUtil.createUserAwait(username: String, password: String): Unit
Suspending version of method io.vertx.ext.auth.jdbc.JDBCUserUtil.createUser |
|
suspend fun JDBCUserUtil.createUserRoleAwait(username: String, role: String): Unit
Suspending version of method io.vertx.ext.auth.jdbc.JDBCUserUtil.createUserRole |