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