vertx / io.vertx.kotlin.ext.auth.shiro / ShiroAuthOptions

ShiroAuthOptions

fun ShiroAuthOptions(config: JsonObject? = null, type: ShiroAuthRealmType? = null): ShiroAuthOptions

A function providing a DSL for building io.vertx.ext.auth.shiro.ShiroAuthOptions objects.

Shiro auth configuration options, see Vert.x Auth Shiro component and/or Apache Shiro project.

Parameters

config - Set the Shiro auth config.

type - Set the Shiro auth options type.