@AutoConfig(value="aaa") public class AAAService extends act.app.AppServiceBase<AAAService>
| Modifier and Type | Field and Description |
|---|---|
static String |
AAA_AUTH_LIST |
static String |
ACL_FILE |
static boolean |
ALWAYS_AUTHENTICATE |
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.AAAPersistentService |
persistentService() |
protected void |
releaseResources() |
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, trace, trace, warn, warnpublic static final osgl.version.Version VERSION
Defines the version of AAA Plugin
AAAPlugin.VERSIONpublic static final boolean ALWAYS_AUTHENTICATE
public static final String ACL_FILE
public static final String AAA_AUTH_LIST
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 void sessionResolved(org.osgl.http.H.Session session,
act.app.ActionContext context)
public org.osgl.aaa.AAAContext createAAAContext()
Copyright © 2015–2018 ActFramework. All rights reserved.