open class ShiroAuth : AuthProvider
Factory interface for creating Apache Shiro based io.vertx.rxjava.ext.auth.AuthProvider instances. NOTE: This class has been automatically generated from the io.vertx.ext.auth.shiro.ShiroAuth non RX-ified interface using Vert.x codegen.
ShiroAuth(delegate: ShiroAuth) |
static val __TYPE_ARG: TypeArg<ShiroAuth> |
open static fun create(vertx: Vertx, realmType: ShiroAuthRealmType, config: JsonObject): ShiroAuthopen static fun create(vertx: Vertx, options: ShiroAuthOptions): ShiroAuth
Create a Shiro auth provider |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): ShiroAuth |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: ShiroAuth): ShiroAuth |
|
open fun setRolePrefix(rolePrefix: String): ShiroAuth
Set the role prefix to distinguish from permissions when checking for isPermitted requests. |
|
open fun toString(): String |