Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.security.spi
Interface AuditLifecycleEvent

All Superinterfaces:
AuditEvent

public interface AuditLifecycleEvent
extends AuditEvent

The AuditLifecycleEvent interface is used to post audit lifecycle events. The WebLogic Security Framework implements this interface and may post audit events for the following security events:

An Auditing provider can use this interface to get additional information about the audit lifecycle event. The AuditSeverity and AuditLifecycleEventType attributes can be used to determine which of the above audit events has been posted.


Nested Class Summary
static class AuditLifecycleEvent.AuditLifecycleEventType
          The AuditLifecycleEventType class describes the audit service lifecycle event types that are supported.
 
Method Summary
 AuditLifecycleEvent.AuditLifecycleEventType getAuditLifecycleEventType()
          Gets the event type associated with this AuditLifecycleEventType.
 
Methods inherited from interface weblogic.security.spi.AuditEvent
getEventType, getFailureException, getSeverity, toString
 

Method Detail

getAuditLifecycleEventType

AuditLifecycleEvent.AuditLifecycleEventType getAuditLifecycleEventType()
Gets the event type associated with this AuditLifecycleEventType.

Returns:
the lifecycle event type.


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