vertx / io.vertx.kotlin.ext.auth.jdbc / io.vertx.ext.auth.jdbc.JDBCUserUtil

Extensions for io.vertx.ext.auth.jdbc.JDBCUserUtil

createHashedUserAwait

suspend fun JDBCUserUtil.createHashedUserAwait(username: String, hash: String): Unit

Suspending version of method io.vertx.ext.auth.jdbc.JDBCUserUtil.createHashedUser

createRolePermissionAwait

suspend fun JDBCUserUtil.createRolePermissionAwait(role: String, permission: String): Unit

Suspending version of method io.vertx.ext.auth.jdbc.JDBCUserUtil.createRolePermission

createUserAwait

suspend fun JDBCUserUtil.createUserAwait(username: String, password: String): Unit

Suspending version of method io.vertx.ext.auth.jdbc.JDBCUserUtil.createUser

createUserRoleAwait

suspend fun JDBCUserUtil.createUserRoleAwait(username: String, role: String): Unit

Suspending version of method io.vertx.ext.auth.jdbc.JDBCUserUtil.createUserRole