| Package | Description | 
|---|---|
| io.vertx.ext.auth.shiro | |
| io.vertx.reactivex.ext.auth.shiro | |
| io.vertx.rxjava.ext.auth.shiro | 
| Modifier and Type | Method and Description | 
|---|---|
static ShiroAuth | 
ShiroAuth.create(Vertx vertx,
      org.apache.shiro.realm.Realm realm)
Deprecated.  
Create a Shiro auth provider 
 | 
static ShiroAuth | 
ShiroAuth.create(Vertx vertx,
      ShiroAuthOptions options)
Deprecated.  
Create a Shiro auth provider 
 | 
static ShiroAuth | 
ShiroAuth.create(Vertx vertx,
      ShiroAuthRealmType realmType,
      JsonObject config)
Deprecated. 
 
 | 
ShiroAuth | 
ShiroAuth.setRolePrefix(String rolePrefix)
Deprecated.  
Set the role prefix to distinguish from permissions when checking for isPermitted requests. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ShiroAuth | 
ShiroAuth.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ShiroAuth | 
ShiroAuth.newInstance(ShiroAuth arg)  | 
| Constructor and Description | 
|---|
ShiroAuth(ShiroAuth delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
ShiroAuth | 
ShiroAuth.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ShiroAuth | 
ShiroAuth.newInstance(ShiroAuth arg)  | 
| Constructor and Description | 
|---|
ShiroAuth(ShiroAuth delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.