BEA WebLogic Server 9.1 API Reference
weblogic.security.spi
Interface AuditDeleteConfigurationEvent
- All Superinterfaces: 
- AuditConfigurationEvent, AuditContext, AuditEvent
- public interface AuditDeleteConfigurationEvent- extends AuditConfigurationEvent
The AuditDeleteConfigurationEvent interface is used to post a specific
 configuration change audit event that identifies that a request has been made to delete
 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.
- Copyright © 2005 BEA Systems, Inc. All Rights Reserved.
| Field Summary | 
| static String | DELETE_EVENTUnique identifier for the Delete Configuration Audit Event
 | 
 
 
 
 
DELETE_EVENT
public static final String DELETE_EVENT
- Unique identifier for the Delete Configuration Audit Event
 
- See Also:
- Constant Field Values