Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

weblogic.security.spi
Interface AuditorService


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

providerAuditWriteEvent

void providerAuditWriteEvent(AuditEvent event)
Allows security providers to access the Auditor object to write audit records.

Parameters:
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, 2011, 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 API Reference
12c Release 1 (12.1.1)

Part Number E24391-02