public interface ShiroAuthService extends AuthService
DEFAULT_LOGIN_TIMEOUT, DEFAULT_REAPER_PERIOD
Modifier and Type | Method and Description |
---|---|
static AuthService |
create(Vertx vertx,
ShiroAuthRealmType authRealmType,
JsonObject config)
Create an auth service using the specified auth realm type.
|
static AuthService |
createFromRealm(Vertx vertx,
org.apache.shiro.realm.Realm shiroRealm)
Create an auth service using the specified Shiro Realm instance
|
create, createEventBusProxy, createFromClassName, hasPermission, hasPermissions, hasRole, hasRoles, login, loginWithTimeout, logout, refreshLoginSession, setReaperPeriod, start, stop
static AuthService create(Vertx vertx, ShiroAuthRealmType authRealmType, JsonObject config)
vertx
- the Vert.x intanceauthRealmType
- the auth realm typeconfig
- the config to pass to the providerstatic AuthService createFromRealm(Vertx vertx, org.apache.shiro.realm.Realm shiroRealm)
vertx
- the Vert.x intanceshiroRealm
- the Shiro realm instance.Copyright © 2015. All Rights Reserved.