audit.xml revision 62639ee1329be2d687701dfa01fc006314440bf7
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
* The contents of this file are subject to the terms of the Common Development and
* Distribution License (the License). You may not use this file except in compliance with the
* License.
*
* You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
* specific language governing permission and limitations under the License.
*
* When distributing Covered Software, include this CDDL Header Notice in each file and include
* the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
* Header, with the fields enclosed by brackets [] replaced by your own identifying
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2015 ForgeRock AS.
-->
<!DOCTYPE ServicesConfiguration
PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN" "jar://com/sun/identity/sm/sms.dtd">
<ServicesConfiguration>
<Service name="AuditService" version="1.0">
<Schema serviceHierarchy="/DSAMEConfig/AuditService"
i18nFileName="audit"
revisionNumber="1"
resourceName="audit"
i18nKey="audit-description"
propertiesViewBeanURL="/audit/RealmAuditConfig">
<Global>
<AttributeSchema name="auditEnabled" type="single" syntax="boolean" i18nKey="a001">
<BooleanValues>
<BooleanTrueValue>true</BooleanTrueValue>
<BooleanFalseValue>false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="suppressAuditFailure" type="single" syntax="boolean" i18nKey="a002">
<BooleanValues>
<BooleanTrueValue>true</BooleanTrueValue>
<BooleanFalseValue>false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="resolveHostNameEnabled" type="single" syntax="boolean" i18nKey="a003">
<BooleanValues>
<BooleanTrueValue>true</BooleanTrueValue>
<BooleanFalseValue>false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<SubSchema name="CSV" inheritance="multiple" i18nKey="eh001">
<AttributeSchema name="enabled" type="single" syntax="boolean" i18nKey="csv001">
<BooleanValues>
<BooleanTrueValue>true</BooleanTrueValue>
<BooleanFalseValue>false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="topics" type="multiple_choice" i18nKey="csv002">
<ChoiceValues>
<ChoiceValuesClassName
className="org.forgerock.openam.audit.configuration.AuditTopicChoiceValues"/>
</ChoiceValues>
<DefaultValues>
<DefaultValuesClassName
className="org.forgerock.openam.audit.configuration.AuditTopicDefaultValues"/>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="location" type="single" i18nKey="csv003">
<DefaultValues>
<Value>%BASE_DIR%/%SERVER_URI%/@LOG_DIR@/</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
</Global>
<Organization>
<AttributeSchema name="auditEnabled" type="single" syntax="boolean" i18nKey="a001">
<BooleanValues>
<BooleanTrueValue>true</BooleanTrueValue>
<BooleanFalseValue>false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="suppressAuditFailure" type="single" syntax="boolean" i18nKey="a002">
<BooleanValues>
<BooleanTrueValue>true</BooleanTrueValue>
<BooleanFalseValue>false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="resolveHostNameEnabled" type="single" syntax="boolean" i18nKey="a003">
<BooleanValues>
<BooleanTrueValue>true</BooleanTrueValue>
<BooleanFalseValue>false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<SubSchema name="CSV" inheritance="multiple" i18nKey="eh001">
<AttributeSchema name="enabled" type="single" syntax="boolean" i18nKey="csv001">
<BooleanValues>
<BooleanTrueValue>true</BooleanTrueValue>
<BooleanFalseValue>false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="topics" type="multiple_choice" i18nKey="csv002">
<ChoiceValues>
<ChoiceValuesClassName
className="org.forgerock.openam.audit.configuration.AuditTopicChoiceValues"/>
</ChoiceValues>
<DefaultValues>
<DefaultValuesClassName
className="org.forgerock.openam.audit.configuration.AuditTopicDefaultValues"/>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="location" type="single" i18nKey="csv003">
<DefaultValues>
<Value>%BASE_DIR%/%SERVER_URI%/@LOG_DIR@/</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
</Organization>
</Schema>
<Configuration>
<GlobalConfiguration>
<SubConfiguration name="Global CSV Handler" id="CSV"/>
</GlobalConfiguration>
</Configuration>
</Service>
</ServicesConfiguration>