Package | Description |
---|---|
io.vertx.ext.auth.shiro | |
io.vertx.reactivex.ext.auth.shiro | |
io.vertx.rxjava.ext.auth.shiro |
Modifier and Type | Field and Description |
---|---|
static ShiroAuthRealmType |
ShiroAuthOptions.DEFAULT_TYPE |
Modifier and Type | Method and Description |
---|---|
ShiroAuthRealmType |
ShiroAuthOptions.getType() |
static ShiroAuthRealmType |
ShiroAuthRealmType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShiroAuthRealmType[] |
ShiroAuthRealmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ShiroAuth |
ShiroAuth.create(Vertx vertx,
ShiroAuthRealmType realmType,
JsonObject config)
Deprecated.
|
ShiroAuthOptions |
ShiroAuthOptions.setType(ShiroAuthRealmType type)
Set the Shiro auth options type.
|
Modifier and Type | Method and Description |
---|---|
static ShiroAuth |
ShiroAuth.create(Vertx vertx,
ShiroAuthRealmType realmType,
JsonObject config)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ShiroAuth |
ShiroAuth.create(Vertx vertx,
ShiroAuthRealmType realmType,
JsonObject config)
Deprecated.
|
Copyright © 2023 Eclipse. All rights reserved.