@Deprecated public interface ShiroAuth extends AuthProvider
AuthProvider
instances.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ROLE_PREFIX
Deprecated.
The default role prefix
|
Modifier and Type | Method and Description |
---|---|
static ShiroAuth |
create(Vertx vertx,
org.apache.shiro.realm.Realm realm)
Deprecated.
Create a Shiro auth provider
|
static ShiroAuth |
create(Vertx vertx,
ShiroAuthOptions options)
Deprecated.
Create a Shiro auth provider
|
static ShiroAuth |
create(Vertx vertx,
ShiroAuthRealmType realmType,
JsonObject config)
Deprecated.
|
ShiroAuth |
setRolePrefix(String rolePrefix)
Deprecated.
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
|
authenticate
static final String DEFAULT_ROLE_PREFIX
@Deprecated static ShiroAuth create(Vertx vertx, ShiroAuthRealmType realmType, JsonObject config)
create(Vertx, ShiroAuthOptions)
vertx
- the Vert.x instancerealmType
- the Shiro realm typeconfig
- the configstatic ShiroAuth create(Vertx vertx, org.apache.shiro.realm.Realm realm)
vertx
- the Vert.x instancerealm
- the Shiro realmstatic ShiroAuth create(Vertx vertx, ShiroAuthOptions options)
vertx
- the Vert.x instanceoptions
- the Shiro configuration optionsCopyright © 2023 Eclipse. All rights reserved.