Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.security.spi
Interface AuditSetAttributeConfigurationEvent

All Superinterfaces:
AuditConfigurationEvent, AuditContext, AuditEvent

public interface AuditSetAttributeConfigurationEvent
extends AuditConfigurationEvent

The 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.


Field Summary
static String SETATTRIBUTE_EVENT
          Unique identifier for the SetAttribute Configuration Audit Event
 
Method Summary
 String getAttributeName()
          Gets the AttributeName associated with this AuditSetAttributeConfigurationEvent.
 Object getNewValue()
          Gets the NewValue associated with this AuditSetAttributeConfigurationEvent.
 Object getOldValue()
          Gets the OldValue associated with this AuditSetAttributeConfigurationEvent.
 
Methods inherited from interface weblogic.security.spi.AuditConfigurationEvent
getObjectName, getSubject
 
Methods inherited from interface weblogic.security.spi.AuditEvent
getEventType, getFailureException, getSeverity, toString
 
Methods inherited from interface weblogic.security.spi.AuditContext
getContext
 

Field Detail

SETATTRIBUTE_EVENT

static final String SETATTRIBUTE_EVENT
Unique identifier for the SetAttribute Configuration Audit Event

See Also:
Constant Field Values
Method Detail

getAttributeName

String getAttributeName()
Gets the AttributeName associated with this AuditSetAttributeConfigurationEvent.

Returns:
the String representing the AttributeName of the MBean attribute being modified by the subject associated with this AuditSetAttributeConfigurationEvent.


getOldValue

Object getOldValue()
Gets the OldValue associated with this AuditSetAttributeConfigurationEvent.

Returns:
the Object representing the old value of the MBean attribute being modified by the subject associated with this AuditSetAttributeConfigurationEvent.


getNewValue

Object getNewValue()
Gets the NewValue associated with this AuditSetAttributeConfigurationEvent.

Returns:
the Object representing the new value of the MBean attribute being modified by the subject associated with this AuditSetAttributeConfigurationEvent.


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06