interface ShiroAuth : AuthProvider
Factory interface for creating Apache Shiro based io.vertx.ext.auth.AuthProvider instances.
Author
Tim Fox
static val DEFAULT_ROLE_PREFIX: String
The default role prefix |
open static fun create(vertx: Vertx, realm: Realm): ShiroAuthopen static fun create(vertx: Vertx, options: ShiroAuthOptions): ShiroAuth
Create a Shiro auth provider |
|
abstract fun setRolePrefix(rolePrefix: String): ShiroAuth
Set the role prefix to distinguish from permissions when checking for isPermitted requests. |