2N/A<?xml version='1.0' encoding="ISO-8859-1"?>
2N/A
2N/A<!--
2N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2N/A
2N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
2N/A
2N/A The contents of this file are subject to the terms
2N/A of the Common Development and Distribution License
2N/A (the License). You may not use this file except in
2N/A compliance with the License.
2N/A
2N/A You can obtain a copy of the License at
2N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
2N/A opensso/legal/CDDLv1.0.txt
2N/A See the License for the specific language governing
2N/A permission and limitations under the License.
2N/A
2N/A When distributing Covered Code, include this CDDL
2N/A Header Notice in each file and include the License file
1392N/A at opensso/legal/CDDLv1.0.txt.
2N/A If applicable, add the following below the CDDL Header,
2N/A with the fields enclosed by brackets [] replaced by
2N/A your own identifying information:
2N/A "Portions Copyrighted [year] [name of copyright owner]"
2N/A
2N/A $Id: fmAuthnSvc.xml,v 1.5 2008/06/25 05:51:13 qcheng Exp $
2N/A
2N/A-->
2N/A
2N/A<!DOCTYPE ServicesConfiguration
59N/A PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
59N/A "jar://com/sun/identity/sm/sms.dtd">
2N/A
2N/A<ServicesConfiguration>
2N/A <Service name="sunIdentityServerAuthnService" version="1.0">
2N/A <Schema
26N/A serviceHierarchy="/DSAMEConfig/sunIdentityServerAuthnService"
26N/A i18nFileName="fmAuthnSvcConfiguration"
2N/A revisionNumber="30"
26N/A i18nKey="sunIdentityServerAuthnServiceDescription">
1470N/A <Global>
38N/A <AttributeSchema name="MechanismHandlerList"
1470N/A type="list"
1470N/A syntax="string"
1470N/A uitype="name_value_list"
181N/A i18nKey="a101"
26N/A order="100">
26N/A <DefaultValues>
26N/A <Value>key=PLAIN|class=@AUTHNSVC_PLAIN_MECHANISM_HANDLER@</Value>
26N/A <Value>key=CRAM-MD5|class=@AUTHNSVC_CRAMMD5_MECHANISM_HANDLER@</Value>
26N/A <Value>key=SSOTOKEN|class=@AUTHNSVC_SSOTOKEN_MECHANISM_HANDLER@</Value>
26N/A </DefaultValues>
26N/A </AttributeSchema>
26N/A <AttributeSchema name="ChallengeCleanupInterval"
700N/A type="single"
700N/A syntax="number"
26N/A i18nKey="a102"
26N/A order="200">
26N/A <DefaultValues>
1498N/A <Value>60000</Value>
1498N/A </DefaultValues>
26N/A </AttributeSchema>
1498N/A <AttributeSchema name="TransformClasses"
151N/A type="single"
206N/A syntax="string"
26N/A i18nKey="a103"
26N/A order="300">
26N/A </AttributeSchema>
26N/A <AttributeSchema name="PlainMechanismAuthModule"
26N/A type="single"
26N/A syntax="string"
26N/A i18nKey="a104"
2N/A order="400">
26N/A <DefaultValues>
26N/A <Value>DataStore</Value>
26N/A </DefaultValues>
26N/A </AttributeSchema>
883N/A <AttributeSchema name="CramMD5MechanismAuthModule"
26N/A type="single"
26N/A syntax="string"
26N/A i18nKey="a105"
26N/A order="500">
1043N/A <DefaultValues>
586N/A <Value>DataStore</Value>
26N/A </DefaultValues>
93N/A </AttributeSchema>
166N/A </Global>
26N/A </Schema>
379N/A </Service>
379N/A</ServicesConfiguration>
1498N/A