org.jboss.security.audit
Interface AuditManager

All Superinterfaces:
BaseSecurityManager

public interface AuditManager
extends BaseSecurityManager

An interface that defines the Security Audit Service

Since:
Nov 29, 2006
Version:
$Revision$
Author:
Anil Saldhana

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


Copyright © 2009 JBoss Inc.. All Rights Reserved.