Package org.jboss.security.audit
Interface AuditManager
-
- All Superinterfaces:
BaseSecurityManager
- All Known Implementing Classes:
JBossAuditManager
public interface AuditManager extends BaseSecurityManager
An interface that defines the Security Audit Service- Since:
- Nov 29, 2006
- Version:
- $Revision$
- Author:
- Anil Saldhana
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
audit(AuditEvent ae)
Audit the information available in the audit event-
Methods inherited from interface org.jboss.security.BaseSecurityManager
getSecurityDomain
-
-
-
-
Method Detail
-
audit
void audit(AuditEvent ae)
Audit the information available in the audit event- Parameters:
ae
- the Audit Event- See Also:
AuditEvent
-
-