org.jboss.security.audit
Interface AuditProvider

All Known Implementing Classes:
AbstractAuditProvider

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
 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


Copyright © 2009 JBoss Inc.. All Rights Reserved.