vertx / io.vertx.kotlin.ext.auth.mongo / io.vertx.ext.auth.mongo.MongoUserUtil

Extensions for io.vertx.ext.auth.mongo.MongoUserUtil

createHashedUserAwait

suspend fun MongoUserUtil.createHashedUserAwait(username: String, hash: String): String

Suspending version of method io.vertx.ext.auth.mongo.MongoUserUtil.createHashedUser

createUserAwait

suspend fun MongoUserUtil.createUserAwait(username: String, password: String): String

Suspending version of method io.vertx.ext.auth.mongo.MongoUserUtil.createUser

createUserRolesAndPermissionsAwait

suspend fun MongoUserUtil.createUserRolesAndPermissionsAwait(username: String, roles: List<String>, permissions: List<String>): String

Suspending version of method io.vertx.ext.auth.mongo.MongoUserUtil.createUserRolesAndPermissions