|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditorService
The AuditorService
interface provides security providers with
access to the Auditor
object, which resides in the WebLogic
Security Framework and is limited to the writing of audit records.
The AuditorService
interface is an API to the configured Auditing providers.
Method Summary | |
---|---|
void |
providerAuditWriteEvent(AuditEvent event)
Allows security providers to access the Auditor
object to write audit records. |
Method Detail |
---|
void providerAuditWriteEvent(AuditEvent event)
Auditor
object to write audit records.
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/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |