RestApis.xml revision 31efa30f058787c2c450472578e51d9f4760271a
<?xml version='1.0' encoding="UTF-8"?>
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 2014-2015 ForgeRock AS.
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 Code, 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 Copyrighted [year] [name of copyright owner]"
-->
<!DOCTYPE ServicesConfiguration
PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
"jar://com/sun/identity/sm/sms.dtd">
<ServicesConfiguration>
<Service name="RestApisService" version="1.0">
<Schema
serviceHierarchy="/DSAMEConfig/RestApisService"
i18nFileName="RestApis"
i18nKey="openam-rest-apis-service-description"
revisionNumber="1"
resourceName="rest">
<Global>
<AttributeSchema name="openam-rest-apis-default-version"
type="single_choice"
listOrder="insertion"
syntax="string"
any="display"
resourceName="defaultVersion"
i18nKey="a101">
<ChoiceValues>
<ChoiceValue i18nKey="a101a">Latest</ChoiceValue>
<ChoiceValue i18nKey="a101b">Oldest</ChoiceValue>
<ChoiceValue i18nKey="a101c">None</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>Latest</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-rest-apis-header-warning"
type="single"
syntax="boolean"
any="display"
resourceName="warningHeader"
i18nKey="a102">
<BooleanValues>
<BooleanTrueValue i18nKey="a102a">Enabled</BooleanTrueValue>
<BooleanFalseValue i18nKey="a102b">Disabled</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>Enabled</Value>
</DefaultValues>
</AttributeSchema>
</Global>
</Schema>
</Service>
</ServicesConfiguration>