AgentService.xml revision 93ec516f9f64e9474816cd56a19b6d297796e83b
4183N/A<?xml version="1.0" encoding="UTF-8"?>
4183N/A
4183N/A<!--
4183N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4183N/A
4183N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
4183N/A
4183N/A The contents of this file are subject to the terms
4183N/A of the Common Development and Distribution License
4183N/A (the License). You may not use this file except in
4183N/A compliance with the License.
4183N/A
4183N/A You can obtain a copy of the License at
4183N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
4183N/A opensso/legal/CDDLv1.0.txt
4183N/A See the License for the specific language governing
4183N/A permission and limitations under the License.
4183N/A
4183N/A When distributing Covered Code, include this CDDL
4183N/A Header Notice in each file and include the License file
4183N/A at opensso/legal/CDDLv1.0.txt.
4183N/A If applicable, add the following below the CDDL Header,
4183N/A with the fields enclosed by brackets [] replaced by
4183N/A your own identifying information:
4183N/A "Portions Copyrighted [year] [name of copyright owner]"
4183N/A
4183N/A $Id: AgentService.xml,v 1.87 2009/12/19 00:05:46 subbae Exp $
4279N/A
4279N/A-->
4279N/A
4279N/A<!-- Portions Copyrighted 2011-2013 ForgeRock AS -->
4183N/A
4183N/A<!DOCTYPE ServicesConfiguration
4183N/A PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
4183N/A "jar://com/sun/identity/sm/sms.dtd">
4183N/A
4183N/A<ServicesConfiguration>
4183N/A <Service name="AgentService" version="1.0">
4183N/A <Schema i18nFileName="agentService" revisionNumber="10">
4183N/A <Organization>
4183N/A
4183N/A <SubSchema name="OAuth2Client" inheritance="multiple">
4183N/A <AttributeSchema
4183N/A name="userpassword"
4183N/A type="single"
4183N/A syntax="password"
4183N/A validator="RequiredValueValidator"
4183N/A i18nKey="a700">
4183N/A <DefaultValues>
5455N/A <Value>&#x00A0;</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema name="com.forgerock.openam.oauth2provider.clientType"
4183N/A type="single_choice"
4183N/A syntax="string"
4183N/A validator="RequiredValueValidator"
4183N/A i18nKey="a701">
4183N/A <ChoiceValues>
4183N/A <ChoiceValue i18nKey="a702">Confidential</ChoiceValue>
4183N/A <ChoiceValue i18nKey="a703">Public</ChoiceValue>
4183N/A </ChoiceValues>
4183N/A <DefaultValues>
4183N/A <Value>Confidential</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <!--
4183N/A <AttributeSchema name="com.forgerock.openam.oauth2provider.tokenType"
4183N/A type="single_choice"
4183N/A syntax="string"
4183N/A validator="RequiredValueValidator"
4183N/A i18nKey="a709">
4183N/A <ChoiceValues>
4183N/A <ChoiceValue i18nKey="a710">Bearer</ChoiceValue>
4183N/A <ChoiceValue i18nKey="a711">MAC</ChoiceValue>
4183N/A <ChoiceValue i18nKey="a712">SAML 2.0</ChoiceValue>
4183N/A </ChoiceValues>
4183N/A <DefaultValues>
4183N/A <Value>Bearer</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema name="com.forgerock.openam.oauth2provider.autoGrant"
4183N/A type="single"
4183N/A syntax="boolean"
5452N/A i18nKey="a713">
4183N/A <BooleanValues>
4183N/A <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
4183N/A <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
4183N/A </BooleanValues>
4183N/A <DefaultValues>
4183N/A <Value>false</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A -->
4183N/A <AttributeSchema name="com.forgerock.openam.oauth2provider.redirectionURIs"
4183N/A type="list"
4183N/A uitype="unorderedlist"
4183N/A syntax="string"
4183N/A i18nKey="a704">
4183N/A <DefaultValues>
4183N/A <Value>[0]=</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema name="com.forgerock.openam.oauth2provider.scopes"
4183N/A type="list"
4183N/A uitype="unorderedlist"
4183N/A syntax="string"
4183N/A i18nKey="a705">
4183N/A <DefaultValues>
4183N/A <Value>[0]=</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema name="com.forgerock.openam.oauth2provider.defaultScopes"
4183N/A type="list"
4183N/A uitype="unorderedlist"
4183N/A syntax="string"
4183N/A i18nKey="a708">
4183N/A <DefaultValues>
4183N/A <Value>[0]=</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema name="com.forgerock.openam.oauth2provider.name"
4183N/A type="list"
4183N/A uitype="unorderedlist"
4183N/A syntax="string"
4183N/A i18nKey="a706">
4183N/A <DefaultValues>
4183N/A <Value>[0]=</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema name="com.forgerock.openam.oauth2provider.description"
4183N/A type="list"
4183N/A uitype="unorderedlist"
4183N/A syntax="string"
4183N/A i18nKey="a707">
4183N/A <DefaultValues>
4183N/A <Value>[0]=</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <!--
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.grantTypes"
4183N/A type="list"
4183N/A syntax="string"
4183N/A i18nKey="a714"
4183N/A validator="ListValueValidator"
4183N/A uitype="unorderedlist">
4183N/A <DefaultValues>
4183N/A <Value>[0]=authorization_code</Value>
4183N/A <Value>[1]=implicit</Value>
5455N/A <Value>[2]=refresh_token</Value>
4183N/A <Value>[3]=urn:ietf:params:oauth:grant-type:jwt-bearer</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.responseTypes"
4183N/A type="list"
4183N/A syntax="string"
4183N/A i18nKey="a715"
4183N/A uitype="unorderedlist">
4183N/A <DefaultValues>
4183N/A <Value>[0]=code</Value>
4183N/A <Value>[1]=token</Value>
4183N/A <Value>[2]=id_token</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.contacts"
4183N/A type="list"
4183N/A syntax="string"
4183N/A i18nKey="a716"
4183N/A uitype="unorderedlist">
4183N/A <DefaultValues>
4183N/A <Value>[0]=</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.logoURI"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a718">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema name="com.forgerock.openam.oauth2provider.tokenEndPointAuthMethod"
4183N/A type="single_choice"
4183N/A syntax="string"
4183N/A i18nKey="a719">
4183N/A <ChoiceValues>
4183N/A <ChoiceValue i18nKey="a740">client_secret_post</ChoiceValue>
4183N/A <ChoiceValue i18nKey="a741">client_secret_basic</ChoiceValue>
4183N/A <ChoiceValue i18nKey="a742">client_secret_jwt</ChoiceValue>
4183N/A <ChoiceValue i18nKey="a743">private_key_jwt</ChoiceValue>
4183N/A </ChoiceValues>
4183N/A <DefaultValues>
4183N/A <Value>client_secret_basic</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.policyURI"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a720">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.tosURI"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a721">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.jwksURI"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a722">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.sectorIdentifierURI"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a723">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A -->
4183N/A <AttributeSchema name="com.forgerock.openam.oauth2provider.subjectType"
4183N/A type="single_choice"
4183N/A syntax="string"
4183N/A i18nKey="a724">
4183N/A <ChoiceValues>
4183N/A <ChoiceValue i18nKey="a725">Pairwise</ChoiceValue>
4183N/A <ChoiceValue i18nKey="a726">Public</ChoiceValue>
4183N/A </ChoiceValues>
4183N/A <DefaultValues>
4183N/A <Value>Pairwise</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <!--
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.requestObjectSigningAlg"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a727">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
5462N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.userinfoSignedResponseAlg"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a728">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
5462N/A name="com.forgerock.openam.oauth2provider.userinfoEncryptedResponseAlg"
5462N/A type="single"
5462N/A syntax="string"
5462N/A i18nKey="a729">
5462N/A <DefaultValues>
5462N/A <Value></Value>
5462N/A </DefaultValues>
5462N/A </AttributeSchema>
5462N/A <AttributeSchema
5462N/A name="com.forgerock.openam.oauth2provider.userinfoEncryptedResponseEnc"
5462N/A type="single"
5462N/A syntax="string"
5462N/A i18nKey="a730">
5462N/A <DefaultValues>
5462N/A <Value></Value>
5462N/A </DefaultValues>
5462N/A </AttributeSchema>
5462N/A -->
5462N/A <AttributeSchema
5462N/A name="com.forgerock.openam.oauth2provider.idTokenSignedResponseAlg"
5462N/A type="single"
5462N/A syntax="string"
5462N/A i18nKey="a731">
5462N/A <DefaultValues>
5462N/A <Value>HmacSHA256</Value>
5462N/A </DefaultValues>
5462N/A </AttributeSchema>
5462N/A <!--
5462N/A <AttributeSchema
5462N/A name="com.forgerock.openam.oauth2provider.idTokenEncryptedResponseAlg"
5462N/A type="single"
5462N/A syntax="string"
5462N/A i18nKey="a732">
5462N/A <DefaultValues>
5462N/A <Value></Value>
5462N/A </DefaultValues>
5462N/A </AttributeSchema>
5462N/A <AttributeSchema
5462N/A name="com.forgerock.openam.oauth2provider.idTokenEncryptedResponseEnc"
5462N/A type="single"
5462N/A syntax="string"
4183N/A i18nKey="a733">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
5462N/A </AttributeSchema>
5462N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.defaultMaxAge"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a734">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema name="com.forgerock.openam.oauth2provider.requireAuthTime"
4183N/A type="single"
4183N/A syntax="boolean"
4183N/A i18nKey="a735">
4183N/A <BooleanValues>
4183N/A <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
4183N/A <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
4183N/A </BooleanValues>
4183N/A <DefaultValues>
4183N/A <Value>false</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A -->
4183N/A <!--
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.defaultACRValues"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a736">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.initiateLoginUri"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a737">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A -->
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.postLogoutRedirectURI"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a738">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <!--
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.requestURIs"
4183N/A type="list"
4183N/A syntax="string"
4183N/A i18nKey="a739"
4183N/A uitype="unorderedlist">
4183N/A <DefaultValues>
4183N/A <Value>[0]=</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A -->
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.accessToken"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a744">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A
4183N/A <AttributeSchema
4183N/A name="com.forgerock.openam.oauth2provider.clientSessionURI"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a745">
4183N/A <DefaultValues>
4183N/A <Value></Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A
4183N/A <AttributeSchema name="sunIdentityServerDeviceStatus"
4183N/A type="single_choice"
4183N/A syntax="string"
4183N/A validator="RequiredValueValidator"
4183N/A i18nKey="a101">
4183N/A <ChoiceValues>
4183N/A <ChoiceValue i18nKey="a102">Active</ChoiceValue>
4183N/A <ChoiceValue i18nKey="a103">Inactive</ChoiceValue>
4183N/A </ChoiceValues>
4183N/A <DefaultValues>
4183N/A <Value>Active</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A </SubSchema>
4183N/A
4183N/A <SubSchema name="WebAgent" inheritance="multiple">
5452N/A <AttributeSchema
5452N/A name="userpassword"
5452N/A type="single"
5452N/A syntax="password"
5452N/A validator="RequiredValueValidator"
5452N/A i18nKey="a100">
5452N/A <DefaultValues>
5452N/A <Value>&#x00A0;</Value>
5452N/A </DefaultValues>
5452N/A </AttributeSchema>
5452N/A <AttributeSchema name="sunIdentityServerDeviceKeyValue"
5452N/A type="list"
5452N/A syntax="string"
5452N/A i18nKey="a601">
5452N/A <DefaultValues>
5452N/A <Value>@AGENT_PROTO@://@AGENT_HOST@:@AGENT_PORT@/</Value>
5455N/A </DefaultValues>
5452N/A </AttributeSchema>
5452N/A <AttributeSchema name="sunIdentityServerDeviceStatus"
5452N/A type="single_choice"
5452N/A syntax="string"
5452N/A validator="RequiredValueValidator"
5452N/A i18nKey="a101">
5452N/A <ChoiceValues>
5452N/A <ChoiceValue i18nKey="a102">Active</ChoiceValue>
5452N/A <ChoiceValue i18nKey="a103">Inactive</ChoiceValue>
5452N/A </ChoiceValues>
5452N/A <DefaultValues>
5452N/A <Value>Active</Value>
5452N/A </DefaultValues>
5452N/A </AttributeSchema>
5452N/A <AttributeSchema name="RequiredValueValidator"
5452N/A type="validator"
5452N/A syntax="string">
5452N/A <DefaultValues>
5452N/A <Value>com.sun.identity.sm.RequiredValueValidator</Value>
5452N/A </DefaultValues>
5455N/A </AttributeSchema>
5452N/A <AttributeSchema name="ListValueValidator"
5452N/A type="validator"
5452N/A syntax="string">
5452N/A <DefaultValues>
5452N/A <Value>com.sun.identity.common.configuration.ListValueValidator</Value>
5452N/A </DefaultValues>
5452N/A </AttributeSchema>
5452N/A <AttributeSchema name="MapValueValidator"
5452N/A type="validator"
5452N/A syntax="string">
5452N/A <DefaultValues>
5452N/A <Value>com.sun.identity.common.configuration.MapValueValidator</Value>
5452N/A </DefaultValues>
5452N/A </AttributeSchema>
5452N/A <AttributeSchema
5452N/A name="com.sun.identity.agents.config.repository.location"
5452N/A type="single_choice"
5452N/A syntax="string"
4183N/A i18nKey="a110">
4183N/A <ChoiceValues>
4183N/A <ChoiceValue i18nKey="a111">centralized</ChoiceValue>
4183N/A <ChoiceValue i18nKey="a112">local</ChoiceValue>
4183N/A </ChoiceValues>
4183N/A <DefaultValues>
4183N/A <Value>centralized</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.cookie.name"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a400">
4183N/A <DefaultValues>
4183N/A <Value>iPlanetDirectoryPro</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.cookie.secure"
4183N/A type="single"
4183N/A syntax="boolean"
4183N/A i18nKey="a401">
4183N/A <BooleanValues>
4183N/A <BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
4183N/A <BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
4183N/A </BooleanValues>
4183N/A <DefaultValues>
4183N/A <Value>false</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.ignore.path.info.for.not.enforced.list"
4183N/A type="single"
4183N/A syntax="boolean"
4183N/A i18nKey="a402">
4183N/A <BooleanValues>
4183N/A <BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
4183N/A <BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
4183N/A </BooleanValues>
5455N/A <DefaultValues>
4183N/A <Value>true</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.encode.cookie.special.chars.enable"
4183N/A type="single"
4183N/A syntax="boolean"
4183N/A i18nKey="a403">
4183N/A <BooleanValues>
4183N/A <BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
4183N/A <BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
4183N/A </BooleanValues>
4183N/A <DefaultValues>
4183N/A <Value>false</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.notification.enable"
4183N/A type="single"
4183N/A syntax="boolean"
4183N/A i18nKey="a405">
4183N/A <BooleanValues>
4183N/A <BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
4183N/A <BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
4183N/A </BooleanValues>
4183N/A <DefaultValues>
4183N/A <Value>true</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.change.notification.enable"
4183N/A type="single"
4183N/A syntax="boolean"
4183N/A i18nKey="a246">
4183N/A <BooleanValues>
4183N/A <BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
4183N/A <BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
4183N/A </BooleanValues>
4183N/A <DefaultValues>
4183N/A <Value>true</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.client.notification.url"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a406">
5455N/A <DefaultValues>
5455N/A <Value>@AGENT_PROTO@://@AGENT_HOST@:@AGENT_PORT@/UpdateAgentCacheServlet?shortcircuit=false</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.url.comparison.case.ignore"
4183N/A type="single"
4183N/A syntax="boolean"
4183N/A i18nKey="a407">
4183N/A <BooleanValues>
4183N/A <BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
4183N/A <BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
4183N/A </BooleanValues>
4183N/A <DefaultValues>
4183N/A <Value>true</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.policy.cache.polling.interval"
4183N/A type="single"
4183N/A syntax="number_range" rangeStart="0" rangeEnd="2147483647"
4183N/A i18nKey="a408">
5462N/A <DefaultValues>
5462N/A <Value>3</Value>
5462N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.sso.cache.polling.interval"
4183N/A type="single"
4183N/A syntax="number_range" rangeStart="0" rangeEnd="2147483647"
4183N/A i18nKey="a409">
4183N/A <DefaultValues>
4183N/A <Value>3</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.policy.clock.skew"
4183N/A type="single"
4183N/A syntax="number_range" rangeStart="0" rangeEnd="2147483647"
4183N/A i18nKey="a488">
4183N/A <DefaultValues>
4183N/A <Value>0</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.userid.param"
4183N/A type="single"
5462N/A syntax="string"
4183N/A i18nKey="a410">
4183N/A <DefaultValues>
4183N/A <Value>UserToken</Value>
4183N/A </DefaultValues>
5462N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.userid.param.type"
4183N/A type="single"
4183N/A syntax="string"
4183N/A i18nKey="a411">
5462N/A <DefaultValues>
4183N/A <Value>session</Value>
5455N/A </DefaultValues>
5455N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.profile.attribute.fetch.mode"
5462N/A type="single_choice"
5462N/A syntax="string"
5462N/A i18nKey="a412">
5462N/A <ChoiceValues>
5462N/A <ChoiceValue i18nKey="a20">NONE</ChoiceValue>
5462N/A <ChoiceValue i18nKey="a21">HTTP_HEADER</ChoiceValue>
5462N/A <ChoiceValue i18nKey="a23">HTTP_COOKIE</ChoiceValue>
5462N/A </ChoiceValues>
5462N/A <DefaultValues>
5462N/A <Value>NONE</Value>
5462N/A </DefaultValues>
5462N/A </AttributeSchema>
5462N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.profile.attribute.mapping"
4183N/A type="list"
4183N/A syntax="string"
4183N/A uitype="maplist"
4183N/A validator="MapValueValidator"
4183N/A i18nKey="a413">
4183N/A <DefaultValues>
4183N/A <Value>[]=</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.session.attribute.fetch.mode"
4183N/A type="single_choice"
4183N/A syntax="string"
4183N/A i18nKey="a414">
4183N/A <ChoiceValues>
4183N/A <ChoiceValue i18nKey="a20">NONE</ChoiceValue>
4183N/A <ChoiceValue i18nKey="a21">HTTP_HEADER</ChoiceValue>
5452N/A <ChoiceValue i18nKey="a23">HTTP_COOKIE</ChoiceValue>
4183N/A </ChoiceValues>
4183N/A <DefaultValues>
4183N/A <Value>NONE</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.session.attribute.mapping"
4183N/A type="list"
4183N/A syntax="string"
4183N/A uitype="maplist"
4183N/A validator="MapValueValidator"
4183N/A i18nKey="a415">
4183N/A <DefaultValues>
4183N/A <Value>[]=</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.response.attribute.fetch.mode"
4183N/A type="single_choice"
4183N/A syntax="string"
4183N/A i18nKey="a416">
4183N/A <ChoiceValues>
4183N/A <ChoiceValue i18nKey="a20">NONE</ChoiceValue>
4183N/A <ChoiceValue i18nKey="a21">HTTP_HEADER</ChoiceValue>
4183N/A <ChoiceValue i18nKey="a23">HTTP_COOKIE</ChoiceValue>
4183N/A </ChoiceValues>
4183N/A <DefaultValues>
4183N/A <Value>NONE</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.response.attribute.mapping"
4183N/A type="list"
4183N/A syntax="string"
4183N/A uitype="maplist"
4183N/A validator="MapValueValidator"
4183N/A i18nKey="a417">
4183N/A <DefaultValues>
4183N/A <Value>[]=</Value>
4183N/A </DefaultValues>
4183N/A </AttributeSchema>
4183N/A <AttributeSchema
4183N/A name="com.sun.identity.agents.config.load.balancer.enable"
4183N/A type="single"
4183N/A syntax="boolean"
4183N/A i18nKey="a419">
4183N/A <BooleanValues>
4183N/A <BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.ignore.server.check"
type="single"
syntax="boolean"
i18nKey="a420">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.url.attributes.enable"
type="single"
syntax="boolean"
i18nKey="a467">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.ignore.preferred.naming.url"
type="single"
syntax="boolean"
i18nKey="a421">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.login.url"
type="list"
syntax="string"
uitype="orderedlist"
validator="ListValueValidator"
i18nKey="a423">
<DefaultValues>
<Value>[0]=@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@@AM_SERVICES_DEPLOY_URI@/UI/Login</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.agenturi.prefix"
type="single"
syntax="string"
i18nKey="a426">
<DefaultValues>
<Value>@AGENT_PROTO@://@AGENT_HOST@:@AGENT_PORT@/amagent</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.locale"
type="single"
syntax="string"
i18nKey="a427">
<DefaultValues>
<Value>en_US</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.sso.only"
type="single"
syntax="boolean"
i18nKey="a428">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.access.denied.url"
type="single"
syntax="string"
i18nKey="a429">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.fqdn.check.enable"
type="single"
syntax="boolean"
i18nKey="a430">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.fqdn.default"
type="single"
syntax="string"
i18nKey="a431">
<DefaultValues>
<Value>@AGENT_HOST@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.fqdn.mapping"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a432">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cookie.reset.enable"
type="single"
syntax="boolean"
i18nKey="a433">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cookie.reset"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a434">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cdsso.cookie.domain"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a444">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.anonymous.user.id"
type="single"
syntax="string"
i18nKey="a436">
<DefaultValues>
<Value>anonymous</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.anonymous.user.enable"
type="single"
syntax="boolean"
i18nKey="a437">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.url"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a438">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.url.invert"
type="single"
syntax="boolean"
i18nKey="a439">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.ip"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a440">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.postdata.preserve.enable"
type="single"
syntax="boolean"
i18nKey="a441">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.postcache.entry.lifetime"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a442">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cdsso.enable"
type="single"
syntax="boolean"
i18nKey="a435">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cdsso.cdcservlet.url"
type="list"
syntax="string"
uitype="orderedlist"
validator="ListValueValidator"
i18nKey="a443">
<DefaultValues>
<Value>[0]=@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@@AM_SERVICES_DEPLOY_URI@/cdcservlet</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.client.ip.validation.enable"
type="single"
syntax="boolean"
i18nKey="a445">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.profile.attribute.cookie.prefix"
type="single"
syntax="string"
i18nKey="a446">
<DefaultValues>
<Value>HTTP_</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.profile.attribute.cookie.maxage"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a447">
<DefaultValues>
<Value>300</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.url"
type="list"
syntax="string"
uitype="orderedlist"
validator="ListValueValidator"
i18nKey="a254">
<DefaultValues>
<Value>[0]=@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@@AM_SERVICES_DEPLOY_URI@/UI/Logout</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.agent.logout.url"
type="list"
syntax="string"
uitype="orderedlist"
validator="ListValueValidator"
i18nKey="a448">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.cookie.reset"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a449">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.redirect.url"
type="single"
syntax="string"
i18nKey="a499">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.fetch.from.root.resource"
type="single"
syntax="boolean"
i18nKey="a450">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.get.client.host.name"
type="single"
syntax="boolean"
i18nKey="a451">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.convert.mbyte.enable"
type="single"
syntax="boolean"
i18nKey="a452">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.encode.url.special.chars.enable"
type="single"
syntax="boolean"
i18nKey="a453">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.ignore.path.info"
type="single"
syntax="boolean"
i18nKey="a454">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.override.protocol"
type="single"
syntax="boolean"
i18nKey="a455">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.override.host"
type="single"
syntax="boolean"
i18nKey="a456">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.override.port"
type="single"
syntax="boolean"
i18nKey="a457">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.override.notification.url"
type="single"
syntax="boolean"
i18nKey="a458">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.auth.connection.timeout"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a459">
<DefaultValues>
<Value>2</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.poll.primary.server"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a460">
<DefaultValues>
<Value>5</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.locale"
type="single"
syntax="string"
i18nKey="a461">
<DefaultValues>
<Value>en_US</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.proxy.override.host.port"
type="single"
syntax="boolean"
i18nKey="a462">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.polling.interval"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a463">
<DefaultValues>
<Value>60</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cleanup.interval"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a464">
<DefaultValues>
<Value>30</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.freeformproperties"
type="list"
syntax="string"
i18nKey="a465">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.iis.auth.type"
type="single"
syntax="string"
i18nKey="a477">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.replaypasswd.key"
type="single"
syntax="string"
i18nKey="a478">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.iis.filter.priority"
type="single_choice"
syntax="string"
i18nKey="a479">
<ChoiceValues>
<ChoiceValue i18nKey="a473">HIGH</ChoiceValue>
<ChoiceValue i18nKey="a474">LOW</ChoiceValue>
<ChoiceValue i18nKey="a475">MEDIUM</ChoiceValue>
<ChoiceValue i18nKey="a476">DEFAULT</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>HIGH</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.iis.owa.enable"
type="single"
syntax="boolean"
i18nKey="a480">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.iis.owa.enable.change.protocol"
type="single"
syntax="boolean"
i18nKey="a481">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.iis.owa.enable.session.timeout.url"
type="single"
syntax="string"
i18nKey="a482">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.iis.password.header"
type="single"
syntax="boolean"
i18nKey="a602">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.iis.logonuser"
type="single"
syntax="boolean"
i18nKey="a603">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.domino.check.name.database"
type="single"
syntax="boolean"
i18nKey="a483">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.domino.ltpa.enable"
type="single"
syntax="boolean"
i18nKey="a484">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.domino.ltpa.cookie.name"
type="single"
syntax="string"
i18nKey="a485">
<DefaultValues>
<Value>LtpaToken</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.domino.ltpa.config.name"
type="single"
syntax="string"
i18nKey="a486">
<DefaultValues>
<Value>LtpaToken</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.domino.ltpa.org.name"
type="single"
syntax="string"
i18nKey="a487">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.audit.accesstype"
type="single_choice"
syntax="string"
i18nKey="a489">
<ChoiceValues>
<ChoiceValue i18nKey="a14">LOG_NONE</ChoiceValue>
<ChoiceValue i18nKey="a15">LOG_ALLOW</ChoiceValue>
<ChoiceValue i18nKey="a16">LOG_DENY</ChoiceValue>
<ChoiceValue i18nKey="a17">LOG_BOTH</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>LOG_NONE</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.log.disposition"
type="single_choice"
syntax="string"
i18nKey="a490">
<ChoiceValues>
<ChoiceValue i18nKey="a18">REMOTE</ChoiceValue>
<ChoiceValue i18nKey="a24">LOCAL</ChoiceValue>
<ChoiceValue i18nKey="a19">ALL</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>REMOTE</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.remote.logfile"
type="single"
syntax="string"
i18nKey="a491">
<DefaultValues>
<Value>@AUDIT_LOG_FILENAME@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.remote.log.interval"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a492">
<DefaultValues>
<Value>5</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.local.log.rotate"
type="single"
syntax="boolean"
i18nKey="a493">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.local.log.size"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a494">
<DefaultValues>
<Value>52428800</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.debug.level"
type="single_choice"
syntax="string"
i18nKey="a495">
<ChoiceValues>
<ChoiceValue i18nKey="a468">Error</ChoiceValue>
<ChoiceValue i18nKey="a469">Warning</ChoiceValue>
<ChoiceValue i18nKey="a470">Info</ChoiceValue>
<ChoiceValue i18nKey="a471">Message</ChoiceValue>
<ChoiceValue i18nKey="a472">All</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>Error</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.debug.file.rotate"
type="single"
syntax="boolean"
i18nKey="a496">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.debug.file.size"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a497">
<DefaultValues>
<Value>10000000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.attribute.multi.value.separator"
type="single"
syntax="string"
i18nKey="a498">
<DefaultValues>
<Value>|</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.redirect.param"
type="single"
syntax="string"
i18nKey="a147">
<DefaultValues>
<Value>goto</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.client.ip.header"
type="single"
syntax="string"
i18nKey="a118">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.client.hostname.header"
type="single"
syntax="string"
i18nKey="a119">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<SubSchema name="J2EEAgent" inheritance="multiple">
<AttributeSchema
name="userpassword"
type="single"
syntax="password"
validator="RequiredValueValidator"
i18nKey="a100">
<DefaultValues>
<Value>&#x00A0;</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdentityServerDeviceKeyValue"
type="list"
syntax="string"
i18nKey="a601">
<DefaultValues>
<Value>@AGENT_PROTO@://@AGENT_HOST@:@AGENT_PORT@/</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdentityServerDeviceStatus"
type="single_choice"
syntax="string"
validator="RequiredValueValidator"
i18nKey="a101">
<ChoiceValues>
<ChoiceValue i18nKey="a102">Active</ChoiceValue>
<ChoiceValue i18nKey="a103">Inactive</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="ListValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.common.configuration.ListValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="FilterModeValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.common.configuration.FilterModeValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="MapValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.common.configuration.MapValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="GlobalMapValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.common.configuration.GlobalMapValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.repository.location"
type="single_choice"
syntax="string"
i18nKey="a110">
<ChoiceValues>
<ChoiceValue i18nKey="a111">centralized</ChoiceValue>
<ChoiceValue i18nKey="a112">local</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>centralized</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.filter.mode"
type="list"
syntax="string"
uitype="globalmaplist"
validator="FilterModeValueValidator"
i18nKey="a113">
<DefaultValues>
<Value>ALL</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.user.mapping.mode"
type="single_choice"
syntax="string"
i18nKey="a114">
<ChoiceValues>
<ChoiceValue i18nKey="a10">USER_ID</ChoiceValue>
<ChoiceValue i18nKey="a11">PROFILE_ATTRIBUTE</ChoiceValue>
<ChoiceValue i18nKey="a12">HTTP_HEADER</ChoiceValue>
<ChoiceValue i18nKey="a13">SESSION_PROPERTY</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>USER_ID</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.user.attribute.name"
type="single"
syntax="string"
i18nKey="a115">
<DefaultValues>
<Value>employeenumber</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.user.principal"
type="single"
syntax="boolean"
i18nKey="a116">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.user.token"
type="single"
syntax="string"
i18nKey="a117">
<DefaultValues>
<Value>UserToken</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.client.ip.header"
type="single"
syntax="string"
i18nKey="a118">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.client.hostname.header"
type="single"
syntax="string"
i18nKey="a119">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.load.interval"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a121">
<DefaultValues>
<Value>0</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.locale.language"
type="single"
syntax="string"
i18nKey="a122">
<DefaultValues>
<Value>en</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.locale.country"
type="single"
syntax="string"
i18nKey="a123">
<DefaultValues>
<Value>US</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.audit.accesstype"
type="single_choice"
syntax="string"
i18nKey="a124">
<ChoiceValues>
<ChoiceValue i18nKey="a14">LOG_NONE</ChoiceValue>
<ChoiceValue i18nKey="a15">LOG_ALLOW</ChoiceValue>
<ChoiceValue i18nKey="a16">LOG_DENY</ChoiceValue>
<ChoiceValue i18nKey="a17">LOG_BOTH</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>LOG_NONE</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.log.disposition"
type="single_choice"
syntax="string"
i18nKey="a125">
<ChoiceValues>
<ChoiceValue i18nKey="a18">REMOTE</ChoiceValue>
<ChoiceValue i18nKey="a24">LOCAL</ChoiceValue>
<ChoiceValue i18nKey="a19">ALL</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>REMOTE</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.remote.logfile"
type="single"
syntax="string"
i18nKey="a126">
<DefaultValues>
<Value>@AUDIT_LOG_FILENAME@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.local.log.rotate"
type="single"
syntax="boolean"
i18nKey="a128">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.local.log.size"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a129">
<DefaultValues>
<Value>52428800</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.webservice.enable"
type="single"
syntax="boolean"
i18nKey="a131">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.webservice.endpoint"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a132">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.webservice.process.get.enable"
type="single"
syntax="boolean"
i18nKey="a133">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.webservice.authenticator"
type="single"
syntax="string"
i18nKey="a134">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.webservice.internalerror.content"
type="single"
syntax="string"
i18nKey="a135">
<DefaultValues>
<Value>WSInternalErrorContent.txt</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.webservice.autherror.content"
type="single"
syntax="string"
i18nKey="a136">
<DefaultValues>
<Value>WSAuthErrorContent.txt</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.webservice.responseprocessor"
type="single"
syntax="string"
i18nKey="a134a">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.access.denied.uri"
type="list"
syntax="string"
uitype="globalmaplist"
validator="GlobalMapValueValidator"
i18nKey="a137">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.login.form"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a138">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.login.error.uri"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a139">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.login.use.internal"
type="single"
syntax="boolean"
i18nKey="a141">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.login.content.file"
type="single"
syntax="string"
i18nKey="a142">
<DefaultValues>
<Value>FormLoginContent.txt</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.auth.handler"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a143">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.handler"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a144">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.verification.handler"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a145">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.httpsession.binding"
type="single"
syntax="boolean"
i18nKey="a146">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.redirect.param"
type="single"
syntax="string"
i18nKey="a147">
<DefaultValues>
<Value>goto</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.login.url"
type="list"
uitype="orderedlist"
syntax="string"
validator="ListValueValidator"
i18nKey="a148">
<DefaultValues>
<Value>[0]=@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@@AM_SERVICES_DEPLOY_URI@/UI/Login</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.login.url.prioritized"
type="single"
syntax="boolean"
i18nKey="a149">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.login.url.probe.enabled"
type="single"
syntax="boolean"
i18nKey="a151">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.login.url.probe.timeout"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a152">
<DefaultValues>
<Value>2000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.url"
type="list"
syntax="string"
uitype="orderedlist"
validator="ListValueValidator"
i18nKey="a254">
<DefaultValues>
<Value>[0]=@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@@AM_SERVICES_DEPLOY_URI@/UI/Logout</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.url.prioritized"
type="single"
syntax="boolean"
i18nKey="a255">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.url.probe.enabled"
type="single"
syntax="boolean"
i18nKey="a256">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.url.probe.timeout"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a257">
<DefaultValues>
<Value>2000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.agent.host"
type="single"
syntax="string"
i18nKey="a153">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.agent.port"
type="single"
syntax="string"
i18nKey="a154">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.agent.protocol"
type="single"
syntax="string"
i18nKey="a155">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.login.attempt.limit"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a156">
<DefaultValues>
<Value>0</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.amsso.cache.enable"
type="single"
syntax="boolean"
i18nKey="a158">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cookie.reset.enable"
type="single"
syntax="boolean"
i18nKey="a159">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cookie.reset.name"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a161">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cookie.reset.domain"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a162">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cookie.reset.path"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a163">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cdsso.enable"
type="single"
syntax="boolean"
i18nKey="a164">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cdsso.redirect.uri"
type="single"
syntax="string"
i18nKey="a165">
<DefaultValues>
<Value>@AGENT_APP_URI@/sunwCDSSORedirectURI</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cdsso.cdcservlet.url"
type="list"
syntax="string"
uitype="orderedlist"
validator="ListValueValidator"
i18nKey="a166">
<DefaultValues>
<Value>[0]=@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@@AM_SERVICES_DEPLOY_URI@/cdcservlet</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cdsso.clock.skew"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a167">
<DefaultValues>
<Value>0</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cdsso.trusted.id.provider"
type="list"
syntax="string"
uitype="orderedlist"
validator="ListValueValidator"
i18nKey="a168">
<DefaultValues>
<Value>[0]=@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@@AM_SERVICES_DEPLOY_URI@/cdcservlet</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cdsso.secure.enable"
type="single"
syntax="boolean"
i18nKey="a169">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.cdsso.domain"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a170">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.application.handler"
type="list"
syntax="string"
uitype="globalmaplist"
validator="GlobalMapValueValidator"
i18nKey="a171">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.uri"
type="list"
syntax="string"
uitype="globalmaplist"
validator="GlobalMapValueValidator"
i18nKey="a172">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.request.param"
type="list"
syntax="string"
uitype="globalmaplist"
validator="GlobalMapValueValidator"
i18nKey="a173">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.introspect.enabled"
type="single"
syntax="boolean"
i18nKey="a174">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.logout.entry.uri"
type="list"
syntax="string"
uitype="globalmaplist"
validator="GlobalMapValueValidator"
i18nKey="a175">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.fqdn.check.enable"
type="single"
syntax="boolean"
i18nKey="a176">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.fqdn.default"
type="single"
syntax="string"
i18nKey="a177">
<DefaultValues>
<Value>@AGENT_HOST@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.fqdn.mapping"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a178">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.legacy.support.enable"
type="single"
syntax="boolean"
i18nKey="a179">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.legacy.user.agent"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a181">
<DefaultValues>
<Value>[0]=Mozilla/4.7*</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.legacy.redirect.uri"
type="single"
syntax="string"
i18nKey="a182">
<DefaultValues>
<Value>@AGENT_APP_URI@/sunwLegacySupportURI</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.response.header"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a183">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.redirect.attempt.limit"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a184">
<DefaultValues>
<Value>0</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.port.check.enable"
type="single"
syntax="boolean"
i18nKey="a185">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.port.check.file"
type="single"
syntax="string"
i18nKey="a186">
<DefaultValues>
<Value>PortCheckContent.txt</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.port.check.setting"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a187">
<DefaultValues>
<Value>[@AGENT_PORT@]=@AGENT_PROTO@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.uri"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a188">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.uri.invert"
type="single"
syntax="boolean"
i18nKey="a189">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.uri.cache.enable"
type="single"
syntax="boolean"
i18nKey="a191">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.uri.cache.size"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a192">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.refresh.session.idletime"
type="single"
syntax="boolean"
i18nKey="a200">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.ip"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a193">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.ip.invert"
type="single"
syntax="boolean"
i18nKey="a194">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.ip.cache.enable"
type="single"
syntax="boolean"
i18nKey="a195">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.notenforced.ip.cache.size"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a196">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.attribute.cookie.separator"
type="single"
syntax="string"
i18nKey="a197">
<DefaultValues>
<Value>|</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.attribute.date.format"
type="single"
syntax="string"
i18nKey="a198">
<DefaultValues>
<Value>EEE, d MMM yyyy hh:mm:ss z</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.attribute.cookie.encode"
type="single"
syntax="boolean"
i18nKey="a199">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.profile.attribute.fetch.mode"
type="single_choice"
syntax="string"
i18nKey="a201">
<ChoiceValues>
<ChoiceValue i18nKey="a20">NONE</ChoiceValue>
<ChoiceValue i18nKey="a21">HTTP_HEADER</ChoiceValue>
<ChoiceValue i18nKey="a22">REQUEST_ATTRIBUTE</ChoiceValue>
<ChoiceValue i18nKey="a23">HTTP_COOKIE</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>NONE</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.profile.attribute.mapping"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a202">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.session.attribute.fetch.mode"
type="single_choice"
syntax="string"
i18nKey="a203">
<ChoiceValues>
<ChoiceValue i18nKey="a20">NONE</ChoiceValue>
<ChoiceValue i18nKey="a21">HTTP_HEADER</ChoiceValue>
<ChoiceValue i18nKey="a22">REQUEST_ATTRIBUTE</ChoiceValue>
<ChoiceValue i18nKey="a23">HTTP_COOKIE</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>NONE</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.session.attribute.mapping"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a204">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.response.attribute.fetch.mode"
type="single_choice"
syntax="string"
i18nKey="a205">
<ChoiceValues>
<ChoiceValue i18nKey="a20">NONE</ChoiceValue>
<ChoiceValue i18nKey="a21">HTTP_HEADER</ChoiceValue>
<ChoiceValue i18nKey="a22">REQUEST_ATTRIBUTE</ChoiceValue>
<ChoiceValue i18nKey="a23">HTTP_COOKIE</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>NONE</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.response.attribute.mapping"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a206">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.bypass.principal"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a207">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.default.privileged.attribute"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a208">
<DefaultValues>
<Value>[0]=AUTHENTICATED_USERS</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.privileged.attribute.type"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a209">
<DefaultValues>
<Value>[0]=Group</Value>
<Value>[1]=Role</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.privileged.attribute.tolowercase"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a211">
<DefaultValues>
<Value>[Group]=false</Value>
<Value>[Role]=false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.privileged.session.attribute"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a212">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.privileged.attribute.mapping.enable"
type="single"
syntax="boolean"
i18nKey="a213">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.privileged.attribute.mapping"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a214">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.iplanet.services.debug.level"
type="single_choice"
syntax="string"
i18nKey="a215">
<ChoiceValues>
<ChoiceValue i18nKey="a250">off</ChoiceValue>
<ChoiceValue i18nKey="a251">error</ChoiceValue>
<ChoiceValue i18nKey="a252">warning</ChoiceValue>
<ChoiceValue i18nKey="a253">message</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>error</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.iplanet.am.cookie.name"
type="single"
syntax="string"
i18nKey="a216">
<DefaultValues>
<Value>iPlanetDirectoryPro</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.iplanet.am.session.client.polling.enable"
type="single"
syntax="boolean"
i18nKey="a218">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.iplanet.am.session.client.polling.period"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a219">
<DefaultValues>
<Value>180</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.iplanet.security.encryptor"
type="single"
syntax="string"
i18nKey="a221">
<DefaultValues>
<Value>com.iplanet.services.util.JCEEncryption</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.idm.remote.notification.enabled"
type="single"
syntax="boolean"
i18nKey="a222">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.iplanet.am.sdk.remote.pollingTime"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a223">
<DefaultValues>
<Value>1</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.sm.notification.enabled"
type="single"
syntax="boolean"
i18nKey="a224">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.sm.cacheTime"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a225">
<DefaultValues>
<Value>1</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.iplanet.am.server.protocol"
type="single"
syntax="string"
i18nKey="a229">
<DefaultValues>
<Value>@SERVER_PROTO@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.iplanet.am.server.host"
type="single"
syntax="string"
i18nKey="a231">
<DefaultValues>
<Value>@SERVER_HOST@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.iplanet.am.server.port"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a232">
<DefaultValues>
<Value>@SERVER_PORT@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.notification.enabled"
type="single"
syntax="boolean"
i18nKey="a235">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.client.notification.url"
type="single"
syntax="string"
i18nKey="a109">
<DefaultValues>
<Value>@AGENT_PROTO@://@AGENT_HOST@:@AGENT_PORT@@AGENT_APP_URI@/notification</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.polling.interval"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a237">
<DefaultValues>
<Value>3</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.policy.client.cacheMode"
type="single_choice"
syntax="string"
i18nKey="a238">
<ChoiceValues>
<ChoiceValue i18nKey="a27">subtree</ChoiceValue>
<ChoiceValue i18nKey="a28">self</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>self</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.policy.client.booleanActionValues"
type="single"
syntax="string"
i18nKey="a239">
<DefaultValues>
<Value>iPlanetAMWebAgentService|GET|allow|deny:iPlanetAMWebAgentService|POST|allow|deny</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.policy.client.resourceComparators"
type="single"
syntax="string"
i18nKey="a241">
<DefaultValues>
<Value>serviceType=iPlanetAMWebAgentService|class=com.sun.identity.policy.plugins.HttpURLResourceName|wildcard=*|delimiter=/|caseSensitive=false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.policy.client.clockSkew"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a242">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.policy.env.get.param"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a243">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.policy.env.post.param"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a244">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.policy.env.jsession.param"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a245">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.change.notification.enable"
type="single"
syntax="boolean"
i18nKey="a246">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.ignore.path.info"
type="single"
syntax="boolean"
i18nKey="a454">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.freeformproperties"
type="list"
syntax="string"
i18nKey="a247">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.jboss.webauth.available"
type="single"
syntax="boolean"
i18nKey="a248">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.postdata.preserve.enable"
type="single"
syntax="boolean"
i18nKey="a261">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.postdata.preserve.cache.noentry.url"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a262">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.postdata.preserve.cache.entry.ttl"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a263">
<DefaultValues>
<Value>300000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.postdata.preserve.stickysession.mode"
type="single_choice"
syntax="string"
i18nKey="a264">
<ChoiceValues>
<ChoiceValue i18nKey="a265">URL</ChoiceValue>
<ChoiceValue i18nKey="a266">Cookie</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>URL</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.postdata.preserve.stickysession.value"
type="single"
syntax="string"
i18nKey="a267">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.xss.code.elements"
type="list"
syntax="string"
uitype="unorderedlist"
validator="ListValueValidator"
i18nKey="a258">
<DefaultValues>
<Value>[0]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.xss.redirect.uri"
type="list"
syntax="string"
uitype="maplist"
validator="MapValueValidator"
i18nKey="a259">
<DefaultValues>
<Value>[]=</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="com.sun.identity.agents.config.policy.advice.use.redirect"
type="single"
syntax="boolean"
i18nKey="a260">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<SubSchema name="WSCAgent" inheritance="multiple">
<AttributeSchema
name="userpassword"
type="single"
syntax="password"
validator="RequiredValueValidator"
i18nKey="a100">
<DefaultValues>
<Value>&#x00A0;</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdentityServerDeviceStatus"
type="single_choice"
syntax="string"
validator="RequiredValueValidator"
i18nKey="a101">
<ChoiceValues>
<ChoiceValue i18nKey="a102">Active</ChoiceValue>
<ChoiceValue i18nKey="a103">Inactive</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="SecurityMech"
type="single_choice"
syntax="string"
i18nKey="a301">
<ChoiceValues>
<ChoiceValuesClassName
className="com.sun.identity.wss.security.ConfiguredWSCSecurityMech" />
</ChoiceValues>
<DefaultValues>
<Value>urn:sun:wss:security:null:Anonymous</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="STS"
type="single_choice"
syntax="string"
i18nKey="a302">
<ChoiceValues>
<ChoiceValuesClassName
className="com.sun.identity.wss.provider.ConfiguredSTSConfig" />
</ChoiceValues>
<DefaultValues>
<Value>[Empty]</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="Discovery"
type="single_choice"
syntax="string"
i18nKey="a303">
<ChoiceValues>
<ChoiceValuesClassName
className="com.sun.identity.wss.provider.ConfiguredDiscoveryConfig" />
</ChoiceValues>
<DefaultValues>
<Value>[Empty]</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="forceUserAuthn"
type="single"
syntax="boolean"
i18nKey="a304">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isRequestSign"
type="single"
syntax="boolean"
i18nKey="a305">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isRequestHeaderEncrypt"
type="single"
syntax="boolean"
i18nKey="a306">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isRequestEncrypt"
type="single"
syntax="boolean"
i18nKey="a307">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isResponseSign"
type="single"
syntax="boolean"
i18nKey="a308">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isResponseEncrypt"
type="single"
syntax="boolean"
i18nKey="a309">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="keepSecurityHeaders"
type="single"
syntax="boolean"
i18nKey="a310">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="useDefaultStore"
type="single"
syntax="boolean"
i18nKey="a311">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="KeyStoreFile"
type="single"
syntax="string"
i18nKey="a312">
</AttributeSchema>
<AttributeSchema
name="KeyStorePassword"
type="single"
syntax="string"
i18nKey="a313">
</AttributeSchema>
<AttributeSchema
name="KeyPassword"
type="single"
syntax="string"
i18nKey="a314">
</AttributeSchema>
<AttributeSchema
name="privateKeyAlias"
type="single"
syntax="string"
i18nKey="a315">
<DefaultValues>
<Value>test</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="publicKeyAlias"
type="single"
syntax="string"
i18nKey="a316">
<DefaultValues>
<Value>test</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="WSPEndpoint"
type="single"
syntax="string"
i18nKey="a317">
</AttributeSchema>
<AttributeSchema
name="WSPProxyEndpoint"
type="single"
syntax="string"
i18nKey="a318">
</AttributeSchema>
<AttributeSchema
name="serviceType"
type="single"
syntax="string"
i18nKey="a319">
</AttributeSchema>
<AttributeSchema
name="UserCredential"
type="single"
syntax="string"
i18nKey="a320">
<DefaultValues>
<Value>UserName:test|UserPassword:test</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="KerberosDomainServer"
type="single"
syntax="string"
i18nKey="a350">
</AttributeSchema>
<AttributeSchema
name="KerberosDomain"
type="single"
syntax="string"
i18nKey="a351">
</AttributeSchema>
<AttributeSchema
name="KerberosServicePrincipal"
type="single"
syntax="string"
i18nKey="a352">
</AttributeSchema>
<AttributeSchema
name="KerberosTicketCacheDir"
type="single"
syntax="string"
i18nKey="a353">
</AttributeSchema>
<AttributeSchema
name="isPassThroughSecurityToken"
type="single"
syntax="boolean"
i18nKey="a354">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="SigningRefType"
type="single_choice"
syntax="string"
i18nKey="a355">
<ChoiceValues>
<ChoiceValue i18nKey="a356">DirectReference</ChoiceValue>
<ChoiceValue i18nKey="a357">KeyIdentifierRef</ChoiceValue>
<ChoiceValue i18nKey="a358">X509IssuerSerialRef</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>DirectReference</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="EncryptionAlgorithm"
type="single_choice"
syntax="string"
i18nKey="a359">
<ChoiceValues>
<ChoiceValue i18nKey="a25">DESede</ChoiceValue>
<ChoiceValue i18nKey="a26">AES</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>AES</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="EncryptionStrength"
type="single_choice"
syntax="number"
i18nKey="a360">
<ChoiceValues>
<ChoiceValue>0</ChoiceValue>
<ChoiceValue>112</ChoiceValue>
<ChoiceValue>128</ChoiceValue>
<ChoiceValue>168</ChoiceValue>
<ChoiceValue>192</ChoiceValue>
<ChoiceValue>256</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>128</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="SAMLAttributeMapping"
type="list"
syntax="string"
i18nKey="a334">
</AttributeSchema>
<AttributeSchema
name="NameIDMapper"
type="single"
syntax="string"
i18nKey="a335">
</AttributeSchema>
<AttributeSchema
name="AttributeNamespace"
type="single"
syntax="string"
i18nKey="a336">
<DefaultValues>
<Value>http://www.sun.com</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="includeMemberships"
type="single"
syntax="boolean"
i18nKey="a337">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="DnsClaim"
type="single"
syntax="string"
i18nKey="a368">
<DefaultValues>
<Value>wsc</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="SignedElements"
type="multiple_choice"
syntax="string"
i18nKey="a369">
<ChoiceValues>
<ChoiceValuesClassName
className="com.sun.identity.wss.security.ConfiguredSignedElements" />
</ChoiceValues>
<DefaultValues>
<Value>Body</Value>
<Value>SecurityToken</Value>
<Value>Timestamp</Value>
<Value>To</Value>
<Value>From</Value>
<Value>ReplyTo</Value>
<Value>Action</Value>
<Value>MessageID</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<SubSchema name="WSPAgent" inheritance="multiple">
<AttributeSchema
name="userpassword"
type="single"
syntax="password"
validator="RequiredValueValidator"
i18nKey="a100">
<DefaultValues>
<Value>&#x00A0;</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdentityServerDeviceStatus"
type="single_choice"
syntax="string"
validator="RequiredValueValidator"
i18nKey="a101">
<ChoiceValues>
<ChoiceValue i18nKey="a102">Active</ChoiceValue>
<ChoiceValue i18nKey="a103">Inactive</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="SecurityMech"
type="multiple_choice"
syntax="string"
i18nKey="a301">
<ChoiceValues>
<ChoiceValuesClassName
className="com.sun.identity.wss.security.ConfiguredWSPSecurityMech" />
</ChoiceValues>
<DefaultValues>
<Value>urn:sun:wss:security:null:Anonymous</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="authenticationChain"
type="single_choice"
syntax="string"
i18nKey="a321">
<ChoiceValues>
<ChoiceValuesClassName
className="com.sun.identity.authentication.service.ConfiguredAuthServices" />
</ChoiceValues>
<DefaultValues>
<Value>[Empty]</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isRequestSign"
type="single"
syntax="boolean"
i18nKey="a322">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isRequestHeaderEncrypt"
type="single"
syntax="boolean"
i18nKey="a323">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isRequestEncrypt"
type="single"
syntax="boolean"
i18nKey="a324">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isResponseSign"
type="single"
syntax="boolean"
i18nKey="a325">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isResponseEncrypt"
type="single"
syntax="boolean"
i18nKey="a326">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="keepSecurityHeaders"
type="single"
syntax="boolean"
i18nKey="a310">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="useDefaultStore"
type="single"
syntax="boolean"
i18nKey="a311">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="KeyStoreFile"
type="single"
syntax="string"
i18nKey="a312">
</AttributeSchema>
<AttributeSchema
name="KeyStorePassword"
type="single"
syntax="string"
i18nKey="a313">
</AttributeSchema>
<AttributeSchema
name="KeyPassword"
type="single"
syntax="string"
i18nKey="a314">
</AttributeSchema>
<AttributeSchema
name="privateKeyAlias"
type="single"
syntax="string"
i18nKey="a315">
<DefaultValues>
<Value>test</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="privateKeyType"
type="single"
syntax="string"
i18nKey="a327">
<DefaultValues>
<Value>PublicKey</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="publicKeyAlias"
type="single"
syntax="string"
i18nKey="a328">
<DefaultValues>
<Value>test</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="WSPEndpoint"
type="single"
syntax="string"
i18nKey="a317">
</AttributeSchema>
<AttributeSchema
name="WSPProxyEndpoint"
type="single"
syntax="string"
i18nKey="a318">
</AttributeSchema>
<AttributeSchema
name="serviceType"
type="single"
syntax="string"
i18nKey="a319">
</AttributeSchema>
<AttributeSchema
name="UserCredential"
type="single"
syntax="string"
i18nKey="a320">
<DefaultValues>
<Value>UserName:test|UserPassword:test</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="SAMLAttributeMapping"
type="list"
syntax="string"
i18nKey="a334">
</AttributeSchema>
<AttributeSchema
name="NameIDMapper"
type="single"
syntax="string"
i18nKey="a335">
</AttributeSchema>
<AttributeSchema
name="AttributeNamespace"
type="single"
syntax="string"
i18nKey="a336">
<DefaultValues>
<Value>http://www.sun.com</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="includeMemberships"
type="single"
syntax="boolean"
i18nKey="a337">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="KerberosDomainServer"
type="single"
syntax="string"
i18nKey="a338">
</AttributeSchema>
<AttributeSchema
name="KerberosDomain"
type="single"
syntax="string"
i18nKey="a339">
</AttributeSchema>
<AttributeSchema
name="KerberosServicePrincipal"
type="single"
syntax="string"
i18nKey="a340">
</AttributeSchema>
<AttributeSchema
name="KerberosKeyTabFile"
type="single"
syntax="string"
i18nKey="a341">
</AttributeSchema>
<AttributeSchema
name="isVerifyKrbSignature"
type="single"
syntax="boolean"
i18nKey="a342">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="TokenConversionType"
type="single_choice"
syntax="string"
i18nKey="a343">
<ChoiceValues>
<ChoiceValue i18nKey="a344">urn:sun:wss:ssotoken</ChoiceValue>
<ChoiceValue i18nKey="a345">urn:sun:wss:samltoken</ChoiceValue>
<ChoiceValue i18nKey="a346">urn:sun:wss:saml2token</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>urn:sun:wss:ssotoken</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="SigningRefType"
type="single_choice"
syntax="string"
i18nKey="a355">
<ChoiceValues>
<ChoiceValue i18nKey="a356">DirectReference</ChoiceValue>
<ChoiceValue i18nKey="a357">KeyIdentifierRef</ChoiceValue>
<ChoiceValue i18nKey="a358">X509IssuerSerialRef</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>DirectReference</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="EncryptionAlgorithm"
type="single_choice"
syntax="string"
i18nKey="a359">
<ChoiceValues>
<ChoiceValue i18nKey="a25">DESede</ChoiceValue>
<ChoiceValue i18nKey="a26">AES</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>AES</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="EncryptionStrength"
type="single_choice"
syntax="number"
i18nKey="a360">
<ChoiceValues>
<ChoiceValue>0</ChoiceValue>
<ChoiceValue>112</ChoiceValue>
<ChoiceValue>128</ChoiceValue>
<ChoiceValue>168</ChoiceValue>
<ChoiceValue>192</ChoiceValue>
<ChoiceValue>256</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>128</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="DetectUserTokenReplay"
type="single"
syntax="boolean"
i18nKey="a362">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="DetectMessageReplay"
type="single"
syntax="boolean"
i18nKey="a363">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="DnsClaim"
type="single"
syntax="string"
i18nKey="a368">
<DefaultValues>
<Value>wsp</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="SignedElements"
type="multiple_choice"
syntax="string"
i18nKey="a369">
<ChoiceValues>
<ChoiceValuesClassName
className="com.sun.identity.wss.security.ConfiguredSignedElements" />
</ChoiceValues>
<DefaultValues>
<Value>Body</Value>
<Value>SecurityToken</Value>
<Value>Timestamp</Value>
<Value>To</Value>
<Value>From</Value>
<Value>ReplyTo</Value>
<Value>Action</Value>
<Value>MessageID</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<SubSchema name="STSAgent" inheritance="multiple">
<AttributeSchema
name="userpassword"
type="single"
syntax="password"
validator="RequiredValueValidator"
i18nKey="a100">
<DefaultValues>
<Value>&#x00A0;</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdentityServerDeviceStatus"
type="single_choice"
syntax="string"
validator="RequiredValueValidator"
i18nKey="a101">
<ChoiceValues>
<ChoiceValue i18nKey="a102">Active</ChoiceValue>
<ChoiceValue i18nKey="a103">Inactive</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="SecurityMech"
type="single_choice"
syntax="string"
i18nKey="a301">
<ChoiceValues>
<ChoiceValuesClassName
className="com.sun.identity.wss.security.ConfiguredWSCSecurityMech" />
</ChoiceValues>
<DefaultValues>
<Value>urn:sun:wss:security:null:Anonymous</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="STS"
type="single_choice"
syntax="string"
i18nKey="a302">
<ChoiceValues>
<ChoiceValuesClassName
className="com.sun.identity.wss.provider.ConfiguredSTSConfig" />
</ChoiceValues>
<DefaultValues>
<Value>[Empty]</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isRequestSign"
type="single"
syntax="boolean"
i18nKey="a305">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isRequestHeaderEncrypt"
type="single"
syntax="boolean"
i18nKey="a306">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isRequestEncrypt"
type="single"
syntax="boolean"
i18nKey="a307">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isResponseSign"
type="single"
syntax="boolean"
i18nKey="a308">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="isResponseEncrypt"
type="single"
syntax="boolean"
i18nKey="a309">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="keepSecurityHeaders"
type="single"
syntax="boolean"
i18nKey="a310">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="useDefaultStore"
type="single"
syntax="boolean"
i18nKey="a311">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="KeyStoreFile"
type="single"
syntax="string"
i18nKey="a312">
</AttributeSchema>
<AttributeSchema
name="KeyStorePassword"
type="single"
syntax="string"
i18nKey="a313">
</AttributeSchema>
<AttributeSchema
name="KeyPassword"
type="single"
syntax="string"
i18nKey="a314">
</AttributeSchema>
<AttributeSchema
name="privateKeyAlias"
type="single"
syntax="string"
i18nKey="a315">
<DefaultValues>
<Value>test</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="publicKeyAlias"
type="single"
syntax="string"
i18nKey="a329">
<DefaultValues>
<Value>test</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="STSEndpoint"
type="single"
syntax="string"
i18nKey="a330">
<DefaultValues>
<Value>@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@/@SERVER_URI@/sts</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="STSMexEndpoint"
type="single"
syntax="string"
i18nKey="a331">
<DefaultValues>
<Value>@SERVER_PROTO@://@SERVER_HOST@:@SERVER_PORT@/@SERVER_URI@/sts/mex</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="KeyType"
type="single"
syntax="string"
i18nKey="a364">
<ChoiceValues>
<ChoiceValue i18nKey="a365">PublicKey</ChoiceValue>
<ChoiceValue i18nKey="a366">SymmetricKey</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>PublicKey</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="RequestedClaims"
type="list"
syntax="string"
i18nKey="a367">
</AttributeSchema>
<AttributeSchema
name="UserCredential"
type="single"
syntax="string"
i18nKey="a320">
<DefaultValues>
<Value>UserName:test|UserPassword:test</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="KerberosDomainServer"
type="single"
syntax="string"
i18nKey="a350">
</AttributeSchema>
<AttributeSchema
name="KerberosDomain"
type="single"
syntax="string"
i18nKey="a351">
</AttributeSchema>
<AttributeSchema
name="KerberosServicePrincipal"
type="single"
syntax="string"
i18nKey="a352">
</AttributeSchema>
<AttributeSchema
name="KerberosTicketCacheDir"
type="single"
syntax="string"
i18nKey="a353">
</AttributeSchema>
<AttributeSchema
name="SigningRefType"
type="single_choice"
syntax="string"
i18nKey="a355">
<ChoiceValues>
<ChoiceValue i18nKey="a356">DirectReference</ChoiceValue>
<ChoiceValue i18nKey="a357">KeyIdentifierRef</ChoiceValue>
<ChoiceValue i18nKey="a358">X509IssuerSerialRef</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>DirectReference</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="EncryptionAlgorithm"
type="single_choice"
syntax="string"
i18nKey="a359">
<ChoiceValues>
<ChoiceValue i18nKey="a25">DESede</ChoiceValue>
<ChoiceValue i18nKey="a26">AES</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>AES</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="EncryptionStrength"
type="single_choice"
syntax="number"
i18nKey="a360">
<ChoiceValues>
<ChoiceValue>0</ChoiceValue>
<ChoiceValue>112</ChoiceValue>
<ChoiceValue>128</ChoiceValue>
<ChoiceValue>168</ChoiceValue>
<ChoiceValue>192</ChoiceValue>
<ChoiceValue>256</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>128</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="WSTrustVersion"
type="single_choice"
syntax="string"
i18nKey="a361">
<ChoiceValues>
<ChoiceValue i18nKey="a29">1.3</ChoiceValue>
<ChoiceValue i18nKey="a30">1.0</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>1.3</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="SAMLAttributeMapping"
type="list"
syntax="string"
i18nKey="a334">
</AttributeSchema>
<AttributeSchema
name="NameIDMapper"
type="single"
syntax="string"
i18nKey="a335">
</AttributeSchema>
<AttributeSchema
name="AttributeNamespace"
type="single"
syntax="string"
i18nKey="a336">
<DefaultValues>
<Value>http://www.sun.com</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="includeMemberships"
type="single"
syntax="boolean"
i18nKey="a337">
<BooleanValues>
<BooleanTrueValue i18nKey="a105">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="a106">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="DnsClaim"
type="single"
syntax="string"
i18nKey="a368">
<DefaultValues>
<Value>wsc</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="SignedElements"
type="multiple_choice"
syntax="string"
i18nKey="a369">
<ChoiceValues>
<ChoiceValuesClassName
className="com.sun.identity.wss.security.ConfiguredSignedElements" />
</ChoiceValues>
<DefaultValues>
<Value>Body</Value>
<Value>SecurityToken</Value>
<Value>Timestamp</Value>
<Value>To</Value>
<Value>From</Value>
<Value>ReplyTo</Value>
<Value>Action</Value>
<Value>MessageID</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<SubSchema name="DiscoveryAgent" inheritance="multiple">
<AttributeSchema
name="userpassword"
type="single"
syntax="password"
validator="RequiredValueValidator"
i18nKey="a100">
<DefaultValues>
<Value>&#x00A0;</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdentityServerDeviceStatus"
type="single_choice"
syntax="string"
validator="RequiredValueValidator"
i18nKey="a101">
<ChoiceValues>
<ChoiceValue i18nKey="a102">Active</ChoiceValue>
<ChoiceValue i18nKey="a103">Inactive</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="privateKeyAlias"
type="single"
syntax="string"
i18nKey="a315">
<DefaultValues>
<Value>test</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema
name="DiscoveryEndpoint"
type="single"
syntax="string"
i18nKey="a332">
</AttributeSchema>
<AttributeSchema
name="AuthNServiceEndpoint"
type="single"
syntax="string"
i18nKey="a333">
</AttributeSchema>
</SubSchema>
<SubSchema name="2.2_Agent" inheritance="multiple">
<AttributeSchema name="userpassword"
type="single"
syntax="password"
validator="RequiredValueValidator"
i18nKey="a100">
<DefaultValues>
<Value>&#x00A0;</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="description"
type="single"
syntax="string"
i18nKey="a500">
</AttributeSchema>
<AttributeSchema name="sunIdentityServerDeviceKeyValue"
type="list"
syntax="string"
i18nKey="a501">
</AttributeSchema>
<AttributeSchema name="sunIdentityServerDeviceStatus"
type="single_choice"
syntax="string"
validator="RequiredValueValidator"
i18nKey="a101">
<ChoiceValues>
<ChoiceValue i18nKey="a102">Active</ChoiceValue>
<ChoiceValue i18nKey="a103">Inactive</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<SubSchema name="SharedAgent" inheritance="multiple">
<AttributeSchema name="userpassword"
type="single"
syntax="password"
validator="RequiredValueValidator"
i18nKey="a100">
<DefaultValues>
<Value>&#x00A0;</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdentityServerDeviceKeyValue"
type="list"
syntax="string"
i18nKey="a601">
</AttributeSchema>
<AttributeSchema name="sunIdentityServerDeviceStatus"
type="single_choice"
syntax="string"
validator="RequiredValueValidator"
i18nKey="a101">
<ChoiceValues>
<ChoiceValue i18nKey="a102">Active</ChoiceValue>
<ChoiceValue i18nKey="a103">Inactive</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="AgentsAllowedToRead"
type="multiple_choice"
syntax="string"
uitype="addremovelist"
i18nKey="a600">
<ChoiceValues>
<ChoiceValuesClassName className="com.sun.identity.policy.plugins.AllowedAgents" />
</ChoiceValues>
</AttributeSchema>
</SubSchema>
</Organization>
</Schema>
<Configuration>
<OrganizationConfiguration name="/">
</OrganizationConfiguration>
</Configuration>
</Service>
</ServicesConfiguration>