amAuthHTTPBasic.xml revision 555eb0a6390e6d5cac68b459a56381b3fb21bd79
0N/A<?xml version="1.0" encoding="ISO-8859-1"?>
553N/A
0N/A<!--
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A
0N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
0N/A
0N/A The contents of this file are subject to the terms
0N/A of the Common Development and Distribution License
0N/A (the License). You may not use this file except in
0N/A compliance with the License.
0N/A
0N/A You can obtain a copy of the License at
0N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
0N/A opensso/legal/CDDLv1.0.txt
0N/A See the License for the specific language governing
0N/A permission and limitations under the License.
0N/A
553N/A When distributing Covered Code, include this CDDL
553N/A Header Notice in each file and include the License file
553N/A at opensso/legal/CDDLv1.0.txt.
0N/A If applicable, add the following below the CDDL Header,
0N/A with the fields enclosed by brackets [] replaced by
0N/A your own identifying information:
0N/A "Portions Copyrighted [year] [name of copyright owner]"
0N/A
0N/A $Id: amAuthHTTPBasic.xml,v 1.4 2008/06/25 05:45:41 qcheng Exp $
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
0N/A<ServicesConfiguration>
0N/A <Service name="iPlanetAMAuthHTTPBasicService" version="1.0">
0N/A <Schema
0N/A serviceHierarchy="/DSAMEConfig/authentication/iPlanetAMAuthHTTPBasicService"
0N/A i18nFileName="amAuthHTTPBasic"
0N/A revisionNumber="30"
0N/A i18nKey="iplanet-am-auth-http-basic-service-description">
0N/A
0N/A <Organization>
0N/A <AttributeSchema name="iplanet-am-auth-http-basic-module-configured"
0N/A type="single_choice"
0N/A syntax="string"
0N/A i18nKey="a101">
0N/A <ChoiceValues>
0N/A <ChoiceValuesClassName
0N/A className=
0N/A "com.sun.identity.authentication.service.ConfiguredModuleInstances" />
0N/A </ChoiceValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-auth-httpbasic-auth-level"
0N/A type="single"
0N/A syntax="number_range" rangeStart="0" rangeEnd="2147483647"
0N/A i18nKey="a102">
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="iplanet-am-auth-http-basic-module-configured"
0N/A type="single_choice"
0N/A syntax="string"
0N/A i18nKey="a101">
0N/A <ChoiceValues>
0N/A <ChoiceValuesClassName
0N/A className=
0N/A "com.sun.identity.authentication.service.ConfiguredModuleInstances" />
</ChoiceValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-httpbasic-auth-level"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a102">
<DefaultValues>
<Value>0</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
</Organization>
</Schema>
</Service>
</ServicesConfiguration>