Package | Description |
---|---|
io.vertx.rxjava.ext.auth.shiro |
Modifier and Type | Field and Description |
---|---|
static TypeArg<ShiroAuth> |
ShiroAuth.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static ShiroAuth |
ShiroAuth.create(Vertx vertx,
io.vertx.ext.auth.shiro.ShiroAuthOptions options)
Create a Shiro auth provider
|
static ShiroAuth |
ShiroAuth.create(Vertx vertx,
io.vertx.ext.auth.shiro.ShiroAuthRealmType realmType,
io.vertx.core.json.JsonObject config)
Deprecated.
|
static ShiroAuth |
ShiroAuth.newInstance(io.vertx.ext.auth.shiro.ShiroAuth arg) |
ShiroAuth |
ShiroAuth.setRolePrefix(String rolePrefix)
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
|
Copyright © 2019 Eclipse. All rights reserved.