BEA Systems, Inc.

weblogic.security.spi
Interface AuditConfigurationEvent

All Superinterfaces:
AuditContext, AuditEvent
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:


Method Summary
 String getObjectName()
          Get the ObjectName associated with this AuditConfigurationEvent.
 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

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

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/docs100
Copyright 2006 BEA Systems Inc.