AuditConfigurationEvent, AuditContext, AuditEventpublic interface AuditSetAttributeConfigurationEvent extends AuditConfigurationEvent
AuditSetAttributeConfigurationEvent interface is used to post
 a specific configuration change audit event that identifies that a request has
 been made to modify an existing configuration artifact.  This event will indicate
 if the request was allowed or disallowed.
 The WebLogic Management infrastructure implements this interface.
 An Auditing provider can use this interface to get specific information about
 the configuration audit event.| Modifier and Type | Field | Description | 
|---|---|---|
| static java.lang.String | SETATTRIBUTE_EVENT | Unique identifier for the SetAttribute Configuration Audit Event | 
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getAttributeName() | Gets the AttributeName associated with this  AuditSetAttributeConfigurationEvent. | 
| java.lang.Object | getNewValue() | Gets the NewValue associated with this  AuditSetAttributeConfigurationEvent. | 
| java.lang.Object | getOldValue() | Gets the OldValue associated with this  AuditSetAttributeConfigurationEvent. | 
getObjectName, getSubjectgetContextgetEventType, getFailureException, getSeverity, toStringstatic final java.lang.String SETATTRIBUTE_EVENT
java.lang.String getAttributeName()
AuditSetAttributeConfigurationEvent.AuditSetAttributeConfigurationEvent.java.lang.Object getOldValue()
AuditSetAttributeConfigurationEvent.Object representing the old value of the
                   MBean attribute being modified by the subject associated with this
                   AuditSetAttributeConfigurationEvent.java.lang.Object getNewValue()
AuditSetAttributeConfigurationEvent.Object representing the new value of the
                   MBean attribute being modified by the subject associated with this
                   AuditSetAttributeConfigurationEvent.