BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security.spi
Interface AuditConfigurationEvent

All Known Subinterfaces:
AuditCreateConfigurationEvent, AuditDeleteConfigurationEvent, AuditInvokeConfigurationEvent, AuditSetAttributeConfigurationEvent

public interface AuditConfigurationEvent
extends AuditEvent, AuditContext

The AuditConfigurationEvent interface is used to post configuration change audit events. This is the base interface that is extended by components in the WebLogic Security Framework to compose more specific configuration audit event types.

The WebLogic Management infrastructure implements this interface and may post configuration audit events for the following configuration change events:

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.String getObjectName()
          Get the ObjectName associated with this AuditConfigurationEvent.
 javax.security.auth.Subject getSubject()
          Get the subject associated with this AuditConfigurationEvent.
 
Methods inherited from interface weblogic.security.spi.AuditEvent
getEventType, getFailureException, getSeverity, toString
 
Methods inherited from interface weblogic.security.spi.AuditContext
getContext
 

Method Detail

getSubject

public javax.security.auth.Subject getSubject()
Get the subject associated with this AuditConfigurationEvent.

Returns:
the Subject object that is attempting to perform the configuration action associated with this AuditConfigurationEvent.


getObjectName

public java.lang.String getObjectName()
Get the ObjectName associated with this AuditConfigurationEvent.

Returns:
the String representing the ObjectName of the MBean being accessed by the subject associated with this AuditConfigurationEvent.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81