public class ShiroAuthService extends AuthService
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.Constructor and Description |
---|
ShiroAuthService(ShiroAuthService delegate) |
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.
|
Object |
getDelegate() |
static ShiroAuthService |
newInstance(ShiroAuthService arg) |
createEventBusProxy, createFromClassName, hasPermission, hasPermissionObservable, hasPermissions, hasPermissionsObservable, hasRole, hasRoleObservable, hasRoles, hasRolesObservable, login, loginObservable, loginWithTimeout, loginWithTimeoutObservable, logout, logoutObservable, newInstance, refreshLoginSession, refreshLoginSessionObservable, setReaperPeriod, start, stop
public ShiroAuthService(ShiroAuthService delegate)
public Object getDelegate()
getDelegate
in class AuthService
public static AuthService create(Vertx vertx, ShiroAuthRealmType authRealmType, JsonObject config)
vertx
- the Vert.x intanceauthRealmType
- the auth realm typeconfig
- the config to pass to the providerpublic static ShiroAuthService newInstance(ShiroAuthService arg)
Copyright © 2015. All Rights Reserved.