amAuthScripted.xml revision 582e60f5478cf04cad2b208c3e8013fef3617942
0N/A<?xml version="1.0" encoding="UTF-8"?>
1472N/A<!--
0N/A * The contents of this file are subject to the terms of the Common Development and
0N/A * Distribution License (the License). You may not use this file except in compliance with the
0N/A * License.
0N/A *
0N/A * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
0N/A * specific language governing permission and limitations under the License.
0N/A *
0N/A * When distributing Covered Software, include this CDDL Header Notice in each file and include
0N/A * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
0N/A * Header, with the fields enclosed by brackets [] replaced by your own identifying
0N/A * information: "Portions copyright [year] [name of copyright owner]".
0N/A *
0N/A * Copyright 2014-2015 ForgeRock AS.
0N/A-->
0N/A<!DOCTYPE ServicesConfiguration
0N/A PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN" "jar://com/sun/identity/sm/sms.dtd">
1472N/A
1472N/A<ServicesConfiguration>
1472N/A <Service name="iPlanetAMAuthScriptedService" version="1.0">
0N/A <Schema
0N/A serviceHierarchy="/DSAMEConfig/authentication/iPlanetAMAuthScriptedService"
0N/A i18nFileName="amAuthScripted"
0N/A revisionNumber="1"
0N/A i18nKey="iplanet-am-auth-scripted-service-description"
0N/A resourceName="scripted">
0N/A
0N/A <Global><!-- Left empty to clear out global from previous version --></Global>
0N/A
0N/A <Organization>
0N/A <AttributeSchema name="iplanet-am-auth-scripted-client-script-enabled"
0N/A type="single"
0N/A syntax="boolean"
0N/A i18nKey="a101"
0N/A resourceName="clientScriptEnabled">
0N/A <BooleanValues>
0N/A <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
0N/A <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
0N/A </BooleanValues>
0N/A <DefaultValues>
0N/A <Value>true</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-auth-scripted-client-script"
0N/A type="single_choice"
0N/A uitype="scriptSelect"
0N/A propertiesViewBeanURL="/XUI/%23realms/{0}/scripts/edit/{1}"
642N/A syntax="string"
642N/A i18nKey="a102"
642N/A resourceName="clientScript">
642N/A <ChoiceValues>
0N/A <ChoiceValuesClassName className="org.forgerock.openam.scripting.service.ScriptChoiceValues">
0N/A <AttributeValuePair>
0N/A <Attribute name="ContextId"/>
0N/A <Value>AUTHENTICATION_CLIENT_SIDE</Value>
0N/A </AttributeValuePair>
0N/A </ChoiceValuesClassName>
0N/A </ChoiceValues>
0N/A <DefaultValues>
0N/A <Value>&NoScriptDefined;</Value>
642N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-auth-scripted-server-script"
0N/A type="single_choice"
0N/A uitype="scriptSelect"
0N/A propertiesViewBeanURL="/XUI/%23realms/{0}/scripts/edit/{1}"
0N/A syntax="string"
0N/A i18nKey="a104"
0N/A resourceName="serverScript">
0N/A <ChoiceValues>
0N/A <ChoiceValuesClassName className="org.forgerock.openam.scripting.service.ScriptChoiceValues">
0N/A <AttributeValuePair>
0N/A <Attribute name="ContextId"/>
0N/A <Value>AUTHENTICATION_SERVER_SIDE</Value>
0N/A </AttributeValuePair>
0N/A </ChoiceValuesClassName>
0N/A </ChoiceValues>
0N/A <DefaultValues>
0N/A <Value>&GlobalServerSideAuthModuleScriptId;</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-auth-scripted-auth-level"
0N/A type="single"
0N/A syntax="number_range" rangeStart="0" rangeEnd="2147483647"
0N/A i18nKey="a500"
0N/A resourceName="authenticationLevel">
0N/A <DefaultValues>
0N/A <Value>1</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A
0N/A <SubSchema name="serverconfig" inheritance="multiple" resourceName="USE-PARENT">
0N/A <AttributeSchema name="iplanet-am-auth-scripted-client-script-enabled"
0N/A type="single"
0N/A syntax="boolean"
0N/A i18nKey="a101"
0N/A resourceName="clientScriptEnabled">
0N/A <BooleanValues>
0N/A <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
0N/A <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
0N/A </BooleanValues>
0N/A <DefaultValues>
0N/A <Value>true</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-auth-scripted-client-script"
0N/A type="single_choice"
0N/A uitype="scriptSelect"
0N/A propertiesViewBeanURL="/XUI/%23realms/{0}/scripts/edit/{1}"
0N/A syntax="string"
0N/A i18nKey="a102"
0N/A resourceName="clientScript">
0N/A <ChoiceValues>
113N/A <ChoiceValuesClassName className="org.forgerock.openam.scripting.service.ScriptChoiceValues">
0N/A <AttributeValuePair>
0N/A <Attribute name="ContextId"/>
0N/A <Value>AUTHENTICATION_CLIENT_SIDE</Value>
0N/A </AttributeValuePair>
0N/A </ChoiceValuesClassName>
0N/A </ChoiceValues>
0N/A <DefaultValues>
0N/A <Value>&NoScriptDefined;</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-auth-scripted-server-script"
0N/A type="single_choice"
0N/A uitype="scriptSelect"
0N/A propertiesViewBeanURL="/XUI/%23realms/{0}/scripts/edit/{1}"
0N/A syntax="string"
0N/A i18nKey="a104"
0N/A resourceName="serverScript">
0N/A <ChoiceValues>
0N/A <ChoiceValuesClassName className="org.forgerock.openam.scripting.service.ScriptChoiceValues">
0N/A <AttributeValuePair>
0N/A <Attribute name="ContextId"/>
0N/A <Value>AUTHENTICATION_SERVER_SIDE</Value>
0N/A </AttributeValuePair>
642N/A </ChoiceValuesClassName>
642N/A </ChoiceValues>
642N/A <DefaultValues>
0N/A <Value>&GlobalServerSideAuthModuleScriptId;</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-auth-scripted-auth-level"
0N/A type="single"
0N/A syntax="number_range" rangeStart="0" rangeEnd="2147483647"
0N/A i18nKey="a500"
0N/A resourceName="authenticationLevel">
0N/A <DefaultValues>
0N/A <Value>1</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A </SubSchema>
0N/A </Organization>
0N/A </Schema>
0N/A </Service>
0N/A</ServicesConfiguration>
0N/A