open static fun create(vertx: Vertx, realmType: ShiroAuthRealmType, config: JsonObject): ShiroAuth
Create a Shiro auth provider
realmType - the Shiro realm type
Return
the auth provider
open static fun create(vertx: Vertx, options: ShiroAuthOptions): ShiroAuth
Create a Shiro auth provider
options - the Shiro configuration options
Return
the auth provider