AuthenticatorPush.xml revision 9e20026ee2defa33ee5175d93139414793419181
0N/A<?xml version="1.0" encoding="UTF-8"?>
3909N/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/*
2362N/A * The contents of this file are subject to the terms of the Common Development and
0N/A * Distribution License (the License). You may not use this file except in compliance with the
2362N/A * License.
0N/A *
0N/A * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
0N/A * specific language governing permission and limitations under the License.
0N/A *
0N/A * When distributing Covered Software, include this CDDL Header Notice in each file and include
0N/A * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
0N/A * Header, with the fields enclosed by brackets [] replaced by your own identifying
0N/A * information: "Portions Copyrighted [year] [name of copyright owner]".
0N/A *
0N/A * Copyright 2016 ForgeRock AS.
0N/A */
2362N/A-->
2362N/A
2362N/A<ServicesConfiguration>
0N/A <Service name="AuthenticatorPush" version="1.0">
0N/A <Schema
0N/A serviceHierarchy="/DSAMEConfig/ForgeRockAuthenticatorPushService"
0N/A i18nFileName="AuthenticatorPushService"
0N/A revisionNumber="1"
0N/A resourceName="authenticatorPushService"
0N/A i18nKey="forgerock-auth-authenticator-push-service-description">
0N/A <Organization>
0N/A
0N/A <AttributeSchema name="iplanet-am-auth-authenticator-push-attr-name"
0N/A type="single"
0N/A syntax="string"
4648N/A i18nKey="a100"
4648N/A resourceName="pushAttrName">
4648N/A <DefaultValues>
4648N/A <Value>pushDeviceProfiles</Value>
4648N/A </DefaultValues>
4648N/A </AttributeSchema>
0N/A
0N/A <AttributeSchema name="openam-auth-authenticator-push-device-settings-encryption-scheme"
0N/A type="single_choice"
0N/A i18nKey="a101"
0N/A resourceName="authenticatorPushDeviceSettingsEncryptionScheme">
0N/A <ChoiceValues>
0N/A <ChoiceValue i18nKey="RSAES_AES256CBC_HS512">RSAES_AES256CBC_HS512</ChoiceValue>
0N/A <ChoiceValue i18nKey="RSAES_AES128CBC_HS256">RSAES_AES128CBC_HS256</ChoiceValue>
0N/A <ChoiceValue i18nKey="None">NONE</ChoiceValue>
0N/A </ChoiceValues>
0N/A <DefaultValues>
0N/A <Value>NONE</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A
0N/A <AttributeSchema name="openam-auth-authenticator-push-device-settings-encryption-keystore"
0N/A type="single"
0N/A syntax="string"
0N/A i18nKey="a102"
4648N/A resourceName="authenticatorPushDeviceSettingsEncryptionKeystore">
4648N/A <DefaultValues>
4648N/A <Value>@BASE_DIR@/@SERVER_URI@/keystore.jks</Value>
4648N/A </DefaultValues>
4648N/A </AttributeSchema>
4648N/A
0N/A <AttributeSchema name="openam-auth-authenticator-push-device-settings-encryption-keystore-type"
0N/A type="single_choice"
0N/A i18nKey="a103"
0N/A resourceName="authenticatorPushDeviceSettingsEncryptionKeystoreType">
0N/A <ChoiceValues>
0N/A <ChoiceValue i18nKey="JKS">JKS</ChoiceValue>
0N/A <ChoiceValue i18nKey="JCEKS">JCEKS</ChoiceValue>
0N/A <ChoiceValue i18nKey="PKCS11">PKCS11</ChoiceValue>
0N/A <ChoiceValue i18nKey="PKCS12">PKCS12</ChoiceValue>
0N/A </ChoiceValues>
0N/A <DefaultValues>
4648N/A <Value>JKS</Value>
4648N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A
0N/A <AttributeSchema name="openam-auth-authenticator-push-device-settings-encryption-keystore-password"
0N/A type="single"
0N/A syntax="password"
0N/A i18nKey="a104"
0N/A resourceName="authenticatorPushDeviceSettingsEncryptionKeystorePassword">
0N/A </AttributeSchema>
0N/A
4648N/A <AttributeSchema name="openam-auth-authenticator-push-device-settings-encryption-keypair-alias"
4648N/A type="single"
0N/A syntax="string"
4632N/A i18nKey="a105"
0N/A resourceName="authenticatorPushDeviceSettingsEncryptionKeystoreKeyPairAlias">
2080N/A </AttributeSchema>
2080N/A
2080N/A <AttributeSchema name="openam-auth-authenticator-push-device-settings-encryption-privatekey-password"
2080N/A type="single"
2080N/A syntax="password"
2080N/A i18nKey="a106"
2080N/A resourceName="authenticatorPushDeviceSettingsEncryptionKeystorePrivateKeyPassword">
</AttributeSchema>
</Organization>
</Schema>
</Service>
</ServicesConfiguration>