BEA Systems, Inc.

weblogic.security.spi
Interface AuditCreateConfigurationEvent

All Superinterfaces:
AuditConfigurationEvent

public interface AuditCreateConfigurationEvent
extends AuditConfigurationEvent

The AuditCreateConfigurationEvent interface is used to post a specific configuration change audit event that identifies that a request has been made to create a new 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 CREATE_EVENT
          Unique identifier for the Create Configuration Audit Event
 
Method Summary
 
Methods inherited from interface weblogic.security.spi.AuditConfigurationEvent
getObjectName, getSubject
 

Field Detail

CREATE_EVENT

static final String CREATE_EVENT
Unique identifier for the Create Configuration Audit Event

See Also:
Constant Field Values

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.