scripting.xml revision 14c6e80e20107151b265bfa6f0d13cbdd4f214fc
<?xml version="1.0" encoding="UTF-8"?>
<!--
* 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="ScriptingService" version="1.0">
<Schema serviceHierarchy="/DSAMEConfig/ScriptingService"
i18nFileName="scripting"
revisionNumber="1"
i18nKey="description"
resourceName="scripting">
<Organization>
<SubSchema name="scriptConfigurations" inheritance="multiple">
<SubSchema name="scriptConfiguration" inheritance="multiple">
<AttributeSchema name="name" type="single" syntax="string" />
<AttributeSchema name="description" type="single" syntax="string" />
<AttributeSchema name="script" type="single" syntax="script" />
<AttributeSchema name="language" type="single_choice" syntax="string">
<ChoiceValues>
<ChoiceValue>JAVASCRIPT</ChoiceValue>
<ChoiceValue>GROOVY</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>JavaScript</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="context" type="single_choice" syntax="string">
<ChoiceValues>
<ChoiceValue>AUTHENTICATION_SERVER_SIDE</ChoiceValue>
<ChoiceValue>AUTHENTICATION_CLIENT_SIDE</ChoiceValue>
<ChoiceValue>AUTHORIZATION_ENTITLEMENT_CONDITION</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>AuthorizationEntitlementCondition</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="createdBy" type="single" syntax="string" />
<AttributeSchema name="creationDate" type="single" syntax="string" />
<AttributeSchema name="lastModifiedBy" type="single" syntax="string" />
<AttributeSchema name="lastModifiedDate" type="single" syntax="string" />
</SubSchema>
</SubSchema>
</Organization>
</Schema>
</Service>
</ServicesConfiguration>