fmAuthFederation.xml revision 6594ed1a20660c40e89ca3a25643e63766c4d238
0N/A<?xml version="1.0" encoding="UTF-8"?>
0N/A
0N/A<!--
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A
0N/ACopyright (c) 2006 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: fmAuthFederation.xml,v 1.2 2008/06/25 05:51:13 qcheng Exp $
0N/A
0N/A-->
0N/A
0N/A
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="sunAMAuthFederationService" version="1.0">
0N/A <Schema
0N/A serviceHierarchy="/DSAMEConfig/authentication/sunAMAuthFederationService"
0N/A i18nFileName="fmAuthFederationConfiguration"
0N/A revisionNumber="20"
0N/A i18nKey="sunAMAuthFederationServiceDescription">
0N/A
0N/A <Organization>
0N/A <AttributeSchema name="sunAMAuthFederationAuthLevel"
0N/A type="single"
0N/A syntax="number"
0N/A i18nKey="a500">
0N/A <DefaultValues>
0N/A <Value>0</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A <SubSchema name="serverconfig" inheritance="multiple">
0N/A <AttributeSchema name="sunAMAuthFederationAuthLevel"
0N/A type="single"
0N/A syntax="number"
0N/A i18nKey="a500">
0N/A <DefaultValues>
0N/A <Value>0</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A </SubSchema>
0N/A </Organization>
0N/A </Schema>
0N/A <Configuration>
0N/A <OrganizationConfiguration name="/">
0N/A <AttributeValuePair>
0N/A <Attribute name="sunAMAuthFederationAuthLevel"/>
0N/A <Value>0</Value>
0N/A </AttributeValuePair>
0N/A </OrganizationConfiguration>
0N/A </Configuration>
</Service>
</ServicesConfiguration>