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