BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element configuration-audit-type

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
Returns the criteria used for auditing configuration change events :

  - CONFIG_CHANGE_NONE Configuration changes will neither be
 written to the server log or directed to the Security Audit Framework.
  - CONFIG_CHANGE_LOG Configuration changes will be
 written to the server log.
  - CONFIG_CHANGE_AUDITConfiguration changes will be
 directed to the Security Audit Framework.
  - CONFIG_CHANGE_LOG_AND_AUDIT Configuration changes will be
 written to the server log and directed to the Security Audit Framework.


 


 Default: DomainMBean.CONFIG_CHANGE_NONE
Properties
This component is not nillable.

Model
<configuration-audit-type>

</configuration-audit-type>

Source
<xs:element minOccurs="0" name="configuration-audit-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="log"/>
<xs:enumeration value="audit"/>
<xs:enumeration value="logaudit"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation