BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

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

Returns:
the lifecycle event type.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.