BEA Systems, Inc.

weblogic.security.spi
Interface AuditConfigurationEvent

All Known Subinterfaces:
AuditCreateConfigurationEvent, AuditDeleteConfigurationEvent, AuditInvokeConfigurationEvent, AuditSetAttributeConfigurationEvent

public interface AuditConfigurationEvent

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.
 

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.


Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.