| 
 | BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
The AuditChannel interface defines the security service provider 
 interface (SSPI) for objects capable of logging security-related
 events for auditing purposes.
 An implementation of the AuditChannel interface is the part of an
 Auditing provider that actually writes out the auditing information.
 As such, components in the WebLogic Security Framework are instrumented
 to call the method in this interface when "interesting" events occur.
 An implementation of the AuditChannel interface should not
 maintain the objects passed in beyond the length of the call.
| Method Summary | |
|  void | writeEvent(AuditEvent event)Writes an audit record based on event information. | 
| Method Detail | 
public void writeEvent(AuditEvent event)
event - an AuditEvent object containing audit criteria,
               such as the severity level 
               determined by the AuditSeverity class, and 
               the audit data of interest to record.| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||