| 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.
|
Copyright © 2020 Eclipse. All rights reserved.