Cross Reference:
xref
: /
forgerock
/
openam-v13
/
openam-server
/
src
/
main
/
resources
/
services
/
fmAuthnSvc.xml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
fmAuthnSvc.xml revision 6594ed1a20660c40e89ca3a25643e63766c4d238
325
N/A
<?
xml
version=
'1.0'
encoding=
"ISO-8859-1"
?>
325
N/A
325
N/A
<!--
325
N/A
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
325
N/A
325
N/A
Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
325
N/A
325
N/A
The contents of this file are subject to the terms
325
N/A
of the Common Development and Distribution License
325
N/A
(the License). You may not use this file except in
325
N/A
compliance with the License.
325
N/A
325
N/A
You can obtain a copy of the License at
325
N/A
https://opensso.dev.java.net/public/CDDLv1.0.html
or
325
N/A
opensso
/
legal
/
CDDLv1.0.txt
325
N/A
See the License for the specific language governing
325
N/A
permission and limitations under the License.
325
N/A
325
N/A
When distributing Covered Code, include this CDDL
325
N/A
Header Notice in each file and include the License file
325
N/A
at
opensso
/
legal
/
CDDLv1.0.txt
.
325
N/A
If applicable, add the following below the CDDL Header,
325
N/A
with the fields enclosed by brackets [] replaced by
325
N/A
your own identifying information:
325
N/A
"Portions Copyrighted [year] [name of copyright owner]"
325
N/A
325
N/A
$Id:
fmAuthnSvc.xml
,v 1.5
2008
/
06
/
25
05:51:13 qcheng Exp $
325
N/A
325
N/A
-->
325
N/A
325
N/A
<!
DOCTYPE
ServicesConfiguration
325
N/A
PUBLIC
"=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
325
N/A
"jar://
com
/
sun
/
identity
/
sm
/
sms.dtd
"
>
325
N/A
325
N/A
<
ServicesConfiguration
>
325
N/A
<
Service
name=
"sunIdentityServerAuthnService"
version=
"1.0"
>
325
N/A
<
Schema
325
N/A
serviceHierarchy=
"/
DSAMEConfig
/
sunIdentityServerAuthnService
"
325
N/A
i18nFileName=
"fmAuthnSvcConfiguration"
325
N/A
revisionNumber=
"30"
325
N/A
i18nKey=
"sunIdentityServerAuthnServiceDescription"
>
325
N/A
<
Global
>
325
N/A
<
AttributeSchema
name=
"MechanismHandlerList"
325
N/A
type=
"list"
325
N/A
syntax=
"string"
325
N/A
uitype=
"name_value_list"
325
N/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
>