All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ityplatform.openam.openam-auth-oath.14.8.4.source-code.amAuthOATH.xml Maven / Gradle / Ivy

There is a newer version: 15.1.2
Show newest version
<?xml version='1.0' encoding="ISO-8859-1"?>

<!--

 The contents of this file are subject to the terms of the Common Development and
 Distribution License (the License). You may not use this file except in compliance with the
 License.

 You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
 specific language governing permission and limitations under the License.

 When distributing Covered Software, include this CDDL Header Notice in each file and include
 the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
 Header, with the fields enclosed by brackets [] replaced by your own identifying
 information: "Portions copyright [year] [name of copyright owner]".

 Copyright 2012-2015 ForgeRock AS.
 
-->


<!DOCTYPE ServicesConfiguration
        PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
        "jar://com/sun/identity/sm/sms.dtd">

<ServicesConfiguration>
    <Service name="iPlanetAMAuthOATHService" version="1.0">
        <Schema
                serviceHierarchy="/DSAMEConfig/authentication/iPlanetAMAuthOATHService"
                i18nFileName="amAuthOATH"
                revisionNumber="1"
                i18nKey="iPlanetAMAuthOATHServiceDescription"
                resourceName="oath">

            <Organization>
                <AttributeSchema name="iplanet-am-auth-oath-auth-level"
                                 type="single"
                                 syntax="number_range" rangeStart="0" rangeEnd="2147483647"
                                 validator="RequiredValueValidator"
                                 i18nKey="a500"
                                 order="100"
                                 resourceName="authenticationLevel">
                    <DefaultValues>
                        <Value>0</Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="iplanet-am-auth-oath-password-length"
                                 type="single"
                                 syntax="string"
                                 validator="RequiredValueValidator"
                                 i18nKey="a501"
                                 order="200"
                                 resourceName="passwordLength">
                    <DefaultValues>
                        <Value>6</Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="iplanet-am-auth-oath-min-secret-key-length"
                                 type="single"
                                 syntax="string"
                                 i18nKey="a502"
                                 order="300"
                                 resourceName="minimumSecretKeyLength">
                    <DefaultValues>
                        <Value>32</Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="iplanet-am-auth-oath-secret-key-attribute"
                                 type="single"
                                 syntax="string"
                                 validator="RequiredValueValidator"
                                 i18nKey="a503"
                                 order="400"
                                 resourceName="secretKeyAttribute">
                <DefaultValues>
                        <Value></Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="forgerock-oath-sharedsecret-implementation-class"
                                 type="single"
                                 syntax="string"
                                 validator="RequiredValueValidator"
                                 i18nKey="a512"
                                 order="1300">
                    <DefaultValues>
                        <Value>org.forgerock.openam.authentication.modules.oath.plugins.DefaultSharedSecretProvider</Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="forgerock-oath-observed-clock-drift-attribute-name"
                                 type="single"
                                 syntax="string"
                                 i18nKey="a513"
                                 order="1400">
                    <DefaultValues>
                        <Value></Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="forgerock-oath-maximum-clock-drift"
                                 type="single"
                                 syntax="number"
                                 i18nKey="a514"
                                 order="1500"
                                 rangeStart="0" rangeEnd="2147483648">
                    <DefaultValues>
                        <Value>0</Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="iplanet-am-auth-oath-algorithm"
                                 type="single_choice"
                                 syntax="string"
                                 validator="RequiredValueValidator"
                                 i18nKey="a504"
                                 order="500"
                                 resourceName="oathAlgorithm">
                    <ChoiceValues>
                        <ChoiceValue i18nKey="HOTP">HOTP</ChoiceValue>
                        <ChoiceValue i18nKey="TOTP">TOTP</ChoiceValue>
                    </ChoiceValues>
                    <DefaultValues>
                        <Value>HOTP</Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="iplanet-am-auth-oath-hotp-window-size"
                                 type="single"
                                 syntax="number"
                                 i18nKey="a505"
                                 order="600"
                                 resourceName="hotpWindowSize">
                <DefaultValues>
                        <Value>100</Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="iplanet-am-auth-oath-hotp-counter-attribute"
                                 type="single"
                                 syntax="string"
                                 i18nKey="a506"
                                 order="700"
                                 resourceName="hotpCounterAttribute">
                    <DefaultValues>
                        <Value></Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="iplanet-am-auth-oath-add-checksum"
                                 type="single_choice"
                                 syntax="string"
                                 i18nKey="a507"
                                 order="800"
                                 resourceName="addChecksum">
                <ChoiceValues>
                        <ChoiceValue i18nKey="true">True</ChoiceValue>
                        <ChoiceValue i18nKey="false">False</ChoiceValue>
                    </ChoiceValues>
                    <DefaultValues>
                        <Value>False</Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="iplanet-am-auth-oath-truncation-offset"
                                 type="single"
                                 syntax="number"
                                 i18nKey="a508"
                                 order="900"
                                 resourceName="truncationOffset">
                <DefaultValues>
                        <Value>-1</Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="iplanet-am-auth-oath-size-of-time-step"
                                 type="single"
                                 syntax="number"
                                 i18nKey="a509"
                                 order="1000"
                                 resourceName="timeStepSize">
                <DefaultValues>
                        <Value>30</Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="iplanet-am-auth-oath-steps-in-window"
                                 type="single"
                                 syntax="number"
                                 i18nKey="a510"
                                 order="1100"
                                 resourceName="stepsInWindow">
                <DefaultValues>
                        <Value>2</Value>
                    </DefaultValues>
                </AttributeSchema>
                <AttributeSchema name="iplanet-am-auth-oath-last-login-time-attribute-name"
                                 type="single"
                                 syntax="string"
                                 i18nKey="a511"
                                 order="1200"
                                 resourceName="lastLoginTimeAttribute">
                <DefaultValues>
                        <Value></Value>
                    </DefaultValues>
                </AttributeSchema>
                <SubSchema name="serverconfig" inheritance="multiple" resourceName="USE-PARENT">
                    <AttributeSchema name="iplanet-am-auth-oath-auth-level"
                                     type="single"
                                     syntax="number_range" rangeStart="0" rangeEnd="2147483647"
                                     i18nKey="a500"
                                     order="100"
                                     resourceName="authenticationLevel">
                    <DefaultValues>
                            <Value>0</Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="iplanet-am-auth-oath-password-length"
                                     type="single"
                                     syntax="string"
                                     i18nKey="a501"
                                     order="200"
                                     resourceName="passwordLength">
                    <DefaultValues>
                            <Value>6</Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="iplanet-am-auth-oath-min-secret-key-length"
                                     type="single"
                                     syntax="string"
                                     i18nKey="a502"
                                     order="300"
                                     resourceName="minimumSecretKeyLength">
                    <DefaultValues>
                            <Value>32</Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="iplanet-am-auth-oath-secret-key-attribute"
                                     type="single"
                                     syntax="string"
                                     i18nKey="a503"
                                     order="400"
                                     resourceName="secretKeyAttribute">
                        <DefaultValues>
                            <Value></Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="forgerock-oath-sharedsecret-implementation-class"
                                     type="single"
                                     syntax="string"
                                     i18nKey="a512"
                                     order="1300">
                        <DefaultValues>
                            <Value>org.forgerock.openam.authentication.modules.oath.plugins.DefaultSharedSecretProvider</Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="forgerock-oath-observed-clock-drift-attribute-name"
                                     type="single"
                                     syntax="string"
                                     i18nKey="a513"
                                     order="1400">
                        <DefaultValues>
                            <Value></Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="forgerock-oath-maximum-clock-drift"
                                     type="single"
                                     syntax="number"
                                     i18nKey="a514"
                                     order="1500"
                                     rangeStart="0" rangeEnd="2147483648">
                        <DefaultValues>
                            <Value>0</Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="iplanet-am-auth-oath-algorithm"
                                     type="single_choice"
                                     syntax="string"
                                     i18nKey="a504"
                                     order="500"
                                     resourceName="oathAlgorithm">
                        <ChoiceValues>
                            <ChoiceValue i18nKey="HOTP">HOTP</ChoiceValue>
                            <ChoiceValue i18nKey="TOTP">TOTP</ChoiceValue>
                        </ChoiceValues>
                        <DefaultValues>
                            <Value>HOTP</Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="iplanet-am-auth-oath-hotp-window-size"
                                     type="single"
                                     syntax="number"
                                     i18nKey="a505"
                                     order="600"
                                     resourceName="hotpWindowSize">
                        <DefaultValues>
                            <Value>100</Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="iplanet-am-auth-oath-hotp-counter-attribute"
                                     type="single"
                                     syntax="string"
                                     i18nKey="a506"
                                     order="700"
                                     resourceName="hotpCounterAttribute">
                        <DefaultValues>
                            <Value></Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="iplanet-am-auth-oath-add-checksum"
                                     type="single_choice"
                                     syntax="string"
                                     i18nKey="a507"
                                     order="800"
                                     resourceName="addChecksum">
                    <ChoiceValues>
                            <ChoiceValue i18nKey="true">True</ChoiceValue>
                            <ChoiceValue i18nKey="false">False</ChoiceValue>
                        </ChoiceValues>
                        <DefaultValues>
                            <Value>False</Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="iplanet-am-auth-oath-truncation-offset"
                                     type="single"
                                     syntax="number"
                                     i18nKey="a508"
                                     order="900"
                                     resourceName="truncationOffset">
                    <DefaultValues>
                            <Value>-1</Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="iplanet-am-auth-oath-size-of-time-step"
                                     type="single"
                                     syntax="number"
                                     i18nKey="a509"
                                     order="1000"
                                     resourceName="timeStepSize">
                    <DefaultValues>
                            <Value>30</Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="iplanet-am-auth-oath-steps-in-window"
                                     type="single"
                                     syntax="number"
                                     i18nKey="a510"
                                     order="1100"
                                     resourceName="stepsInWindow">
                    <DefaultValues>
                            <Value>2</Value>
                        </DefaultValues>
                    </AttributeSchema>
                    <AttributeSchema name="iplanet-am-auth-oath-last-login-time-attribute-name"
                                     type="single"
                                     syntax="string"
                                     i18nKey="a511"
                                     order="1200"
                                     resourceName="lastLoginTimeAttribute">
                    <DefaultValues>
                            <Value></Value>
                        </DefaultValues>
                    </AttributeSchema>
                </SubSchema>
            </Organization>
        </Schema>
        <Configuration>
            <OrganizationConfiguration name="/">
                <AttributeValuePair>
                    <Attribute name="iplanet-am-auth-oath-auth-level"/>
                    <Value>0</Value>
                </AttributeValuePair>
            </OrganizationConfiguration>
        </Configuration>
    </Service>
</ServicesConfiguration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy