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

Package io.vertx.kotlin.ext.auth.jdbc

Extensions for External Classes

io.vertx.ext.auth.jdbc.JDBCUserUtil

Functions

jdbcAuthenticationOptionsOf

fun jdbcAuthenticationOptionsOf(authenticationQuery: String? = null): JDBCAuthenticationOptions

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

jdbcAuthOptionsOf

fun jdbcAuthOptionsOf(authenticationQuery: String? = null, config: JsonObject? = null, datasourceName: String? = null, permissionsQuery: String? = null, rolesPrefix: String? = null, rolesQuery: String? = null, shared: Boolean? = null): JDBCAuthOptions

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

jdbcAuthorizationOptionsOf

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

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