| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface AuditEvent
The AuditEvent interface provides a mechanism for passing
 audit information to Auditing providers during a writeEvent
 operation. This is the base interface that is extended by components in the 
 WebLogic Security Framework to compose specific audit event types. Extending
 this interface helps Auditing providers determine the calling security
 component.
 If an implementor of this interface expects to receive a ContextHandler
 argument from a caller, they can extend the AuditContext interface.
| Method Summary | |
|---|---|
|  String | getEventType()Gets the type of this AuditEvent. | 
|  Exception | getFailureException()Gets an Exceptionobject from which additional audit information 
 can be obtained by using thetoStringmethod. | 
|  AuditSeverity | getSeverity()Gets the severity level value associated with the AuditEvent, from
 which the Auditing provider can make the decision whether or not to audit. | 
|  String | toString()Returns pre-formatted audit information from which unicode characters can be obtained. | 
| Method Detail | 
|---|
Exception getFailureException()
Exception object from which additional audit information 
 can be obtained by using the toString method.
Exception object containing additonal
                    information.AuditSeverity getSeverity()
AuditEvent, from
 which the Auditing provider can make the decision whether or not to audit.
AuditSeverity object contained in the
                        AuditEvent.String toString()
toString in class ObjectString getEventType()
AuditEvent.
AuditEvent, represented as a String.| 
 | Copyright 1996, 2010, 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 Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||