Package org.jboss.security.audit
Interface AuditProvider
-
- All Known Implementing Classes:
AbstractAuditProvider,LogAuditProvider
public interface AuditProviderAudit 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 voidaudit(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
-
-