@AutoConfig(value="aaa") public class AAAService extends act.app.AppServiceBase<AAAService>
| Modifier and Type | Field and Description |
|---|---|
static osgl.version.Version |
VERSION
Defines the version of AAA Plugin
|
| Modifier and Type | Method and Description |
|---|---|
org.osgl.aaa.Auditor |
auditor() |
org.osgl.aaa.AuthenticationService |
authenticationService() |
org.osgl.aaa.AuthorizationService |
authorizationService() |
org.osgl.aaa.AAAContext |
createAAAContext() |
org.osgl.aaa.Permission |
getPermission(String name) |
org.osgl.aaa.Privilege |
getPrivilege(String name) |
org.osgl.aaa.Role |
getRole(String name) |
org.osgl.aaa.AAAPersistentService |
persistentService() |
protected void |
releaseResources() |
boolean |
serviceInitialized() |
void |
sessionResolved(org.osgl.http.H.Session session,
act.app.ActionContext context) |
addSubResource, destroy, isDestroyed, reload, scopedebug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, printCenter, printCenterWithLead, printDashedLine, printDoubleDashedLine, printHashSimbolLine, println, printStarLine, printTildLine, trace, trace, warn, warnpublic static final osgl.version.Version VERSION
Defines the version of AAA Plugin
AAAPlugin.VERSIONpublic boolean serviceInitialized()
protected void releaseResources()
releaseResources in class act.app.AppServiceBase<AAAService>public org.osgl.aaa.AAAPersistentService persistentService()
public org.osgl.aaa.AuthenticationService authenticationService()
public org.osgl.aaa.AuthorizationService authorizationService()
public org.osgl.aaa.Auditor auditor()
public org.osgl.aaa.Role getRole(String name)
public org.osgl.aaa.Permission getPermission(String name)
public org.osgl.aaa.Privilege getPrivilege(String name)
public void sessionResolved(org.osgl.http.H.Session session,
act.app.ActionContext context)
public org.osgl.aaa.AAAContext createAAAContext()
Copyright © 2015–2019 ActFramework. All rights reserved.