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

create

open static fun create(vertx: Vertx, realm: Realm): ShiroAuth

Create a Shiro auth provider

Parameters

vertx - the Vert.x instance

realm - the Shiro realm

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