| 
 | Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface AuditChannelV2
The AuditChannelV2 interface defines the security service provider
 interface (SSPI) for objects capable of logging security-related
 events for auditing purposes.
 An implementation of the AuditChannelV2 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 AuditChannelV2 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 | 
|---|
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.| 
 | Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||