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

jdbcAuthorizationOptionsOf

fun jdbcAuthorizationOptionsOf(permissionsQuery: String? = null, rolesQuery: String? = null): JDBCAuthorizationOptions

A function providing a DSL for building io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions objects.

Options configuring JDBC authentication.

Parameters

permissionsQuery - Set the permissions query to use. Use this if you want to override the default permissions query.

rolesQuery - Set the roles query to use. Use this if you want to override the default roles query.