| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)
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
<xs:element minOccurs="0" name="configuration-audit-type" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="none"/><xs:enumeration value="log"/><xs:enumeration value="audit"/><xs:enumeration value="logaudit"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |