Package org.jboss.security.audit
Interface AuditProvider
-
- All Known Implementing Classes:
AbstractAuditProvider
,LogAuditProvider
public interface AuditProvider
Audit Provider that can log audit events to an external sink- Since:
- Aug 21, 2006
- Version:
- $Revision$
- Author:
- Anil Saldhana
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
audit(AuditEvent ae)
Perform an audit of the event passed A provider can log the audit as per needs.
-
-
-
Method Detail
-
audit
void audit(AuditEvent ae)
Perform an audit of the event passed A provider can log the audit as per needs.- Parameters:
ae
- audit event that holds information on the audit- See Also:
AuditEvent
-
-