fmAuthSAE.xml revision b22c2a29f35c5c8bf679b6904dca1d502328d86a
0N/A<?xml version="1.0" encoding="ISO-8859-1"?>
0N/A
0N/A<!--
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A
0N/ACopyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
0N/A
0N/AThe contents of this file are subject to the terms
0N/Aof the Common Development and Distribution License
0N/A(the License). You may not use this file except in
0N/Acompliance with the License.
0N/A
0N/AYou can obtain a copy of the License at
0N/Ahttps://opensso.dev.java.net/public/CDDLv1.0.html or
0N/Aopensso/legal/CDDLv1.0.txt
0N/ASee the License for the specific language governing
0N/Apermission and limitations under the License.
0N/A
0N/AWhen distributing Covered Code, include this CDDL
0N/AHeader Notice in each file and include the License file
0N/Aat opensso/legal/CDDLv1.0.txt.
0N/AIf applicable, add the following below the CDDL Header,
0N/Awith the fields enclosed by brackets [] replaced by
0N/Ayour own identifying information:
0N/A"Portions Copyrighted [year] [name of copyright owner]"
0N/A
0N/A$Id: fmAuthSAE.xml,v 1.3 2008/06/25 05:51:13 qcheng Exp $
0N/A
0N/A-->
0N/A<!--
0N/A Portions Copyright 2015 ForgeRock AS.
0N/A-->
0N/A<!DOCTYPE ServicesConfiguration
0N/A PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
0N/A "jar://com/sun/identity/sm/sms.dtd">
0N/A<ServicesConfiguration>
0N/A <Service name="sunAMAuthSAEService" version="1.0">
0N/A <Schema
0N/A serviceHierarchy="/DSAMEConfig/authentication/sunAMAuthSAEService"
0N/A i18nFileName="fmAuthSAE"
0N/A revisionNumber="10"
i18nKey="sunAMAuthSAEServiceDescription"
resourceName="sae">
<Organization>
<AttributeSchema name="sunAMAuthSAEAuthLevel"
type="single"
syntax="number"
i18nKey="a500"
resourceName="authenticationLevel">
<DefaultValues>
<Value>0</Value>
</DefaultValues>
</AttributeSchema>
<SubSchema name="serverconfig" inheritance="multiple">
<AttributeSchema name="sunAMAuthSAEAuthLevel"
type="single"
syntax="number"
i18nKey="a500"
resourceName="authenticationLevel">
<DefaultValues>
<Value>0</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
</Organization>
</Schema>
<Configuration>
<OrganizationConfiguration name="/">
<AttributeValuePair>
<Attribute name="sunAMAuthSAEAuthLevel"/>
<Value>0</Value>
</AttributeValuePair>
</OrganizationConfiguration>
</Configuration>
</Service>
</ServicesConfiguration>