vertx / io.vertx.reactivex.ext.auth.shiro / ShiroAuth / create

create

open static fun create(vertx: Vertx, realmType: ShiroAuthRealmType, config: JsonObject): ShiroAuth

Create a Shiro auth provider

Parameters

vertx - the Vert.x instance

realmType - the Shiro realm type

config - the config

Return
the auth provider

open static fun create(vertx: Vertx, options: ShiroAuthOptions): ShiroAuth

Create a Shiro auth provider

Parameters

vertx - the Vert.x instance

options - the Shiro configuration options

Return
the auth provider