| Package | Description |
|---|---|
| com.sun.appserv.security | |
| com.sun.enterprise.security.audit | |
| com.sun.enterprise.security.ee | |
| com.sun.enterprise.security.ee.audit |
| Modifier and Type | Class and Description |
|---|---|
class |
AuditModule
Base class that should be extended by all classes that wish to provide their
own Audit support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAuditManager<T extends BaseAuditModule>
Basic implementation of audit manager.
|
| Modifier and Type | Method and Description |
|---|---|
BaseAuditModule |
BaseAuditManager.addAuditModule(String name,
String classname,
Properties props)
Add the given audit module to the list of loaded audit module.
|
BaseAuditModule |
BaseAuditManager.removeAuditModule(String name)
Remove the audit module of given name from the loaded list.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
BaseAuditManager.moduleName(BaseAuditModule am) |
| Modifier and Type | Class and Description |
|---|---|
class |
Audit
Audit support class.
|
| Modifier and Type | Method and Description |
|---|---|
BaseAuditModule |
AppServerAuditManager.addAuditModule(String name,
String classname,
Properties props) |
BaseAuditModule |
AppServerAuditManager.removeAuditModule(String name) |
Copyright © 2019. All rights reserved.