@Singleton
public class AAAPlugin
extends act.util.DestroyableBase
| Modifier and Type | Class and Description |
|---|---|
static interface |
AAAPlugin.Listener |
| Modifier and Type | Field and Description |
|---|---|
static osgl.version.Version |
VERSION
Defines the version of AAA plugin
|
| Constructor and Description |
|---|
AAAPlugin(act.event.EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildService(act.app.App app,
org.osgl.aaa.AAAPersistentService service) |
void |
buildService(act.app.App app,
ActAAAService service) |
void |
buildService(act.app.App app,
org.osgl.aaa.Auditor auditor) |
void |
buildService(act.app.App app,
org.osgl.aaa.AuthenticationService service) |
void |
buildService(act.app.App app,
org.osgl.aaa.AuthorizationService service) |
protected void |
releaseResources() |
addSubResource, destroy, isDestroyed, reload, scopepublic static final osgl.version.Version VERSION
Defines the version of AAA plugin
protected void releaseResources()
releaseResources in class act.util.DestroyableBasepublic void buildService(act.app.App app,
ActAAAService service)
public void buildService(act.app.App app,
org.osgl.aaa.AuthenticationService service)
public void buildService(act.app.App app,
org.osgl.aaa.AuthorizationService service)
public void buildService(act.app.App app,
org.osgl.aaa.AAAPersistentService service)
public void buildService(act.app.App app,
org.osgl.aaa.Auditor auditor)
Copyright © 2015–2017 ActFramework. All rights reserved.