| Package | Description |
|---|---|
| io.vertx.ext.auth.shiro | |
| io.vertx.rxjava.ext.auth.shiro |
| Modifier and Type | Method and Description |
|---|---|
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 ShiroAuthProvider |
ShiroAuthProvider.create(Vertx vertx,
ShiroAuthRealmType shiroAuthRealmType,
JsonObject config) |
static AuthService |
ShiroAuthService.create(Vertx vertx,
ShiroAuthRealmType authRealmType,
JsonObject config)
Create an auth service using the specified auth realm type.
|
| Modifier and Type | Method and Description |
|---|---|
static ShiroAuthProvider |
ShiroAuthProvider.create(Vertx vertx,
ShiroAuthRealmType shiroAuthRealmType,
JsonObject config) |
static AuthService |
ShiroAuthService.create(Vertx vertx,
ShiroAuthRealmType authRealmType,
JsonObject config)
Create an auth service using the specified auth realm type.
|
Copyright © 2015. All Rights Reserved.