amSession.xml revision 80849398a45dca1fb917716907d6ec99be6222c2
6253N/A<?xml version="1.0" encoding="ISO-8859-1"?>
6238N/A
6238N/A<!--
6253N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
6253N/A
6253N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
6253N/A
6253N/A The contents of this file are subject to the terms
6253N/A of the Common Development and Distribution License
6253N/A (the License). You may not use this file except in
6253N/A compliance with the License.
6253N/A
6253N/A You can obtain a copy of the License at
6330N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
6253N/A opensso/legal/CDDLv1.0.txt
6253N/A See the License for the specific language governing
6279N/A permission and limitations under the License.
6253N/A
6253N/A When distributing Covered Code, include this CDDL
6253N/A Header Notice in each file and include the License file
6253N/A at opensso/legal/CDDLv1.0.txt.
6279N/A If applicable, add the following below the CDDL Header,
6279N/A with the fields enclosed by brackets [] replaced by
6279N/A your own identifying information:
6253N/A "Portions Copyrighted [year] [name of copyright owner]"
6253N/A
6253N/A $Id: amSession.xml,v 1.6 2009/02/19 05:51:10 bhavnab Exp $
6253N/A
6253N/A-->
6253N/A
6253N/A<!--
6253N/A Portions Copyrighted 2011-2012 ForgeRock AS
6253N/A-->
6330N/A
6253N/A<!DOCTYPE ServicesConfiguration
6253N/A PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
6253N/A "jar://com/sun/identity/sm/sms.dtd">
6253N/A
6253N/A<ServicesConfiguration>
6294N/A <Service name="iPlanetAMSessionService" version="1.0">
6294N/A <Schema
6253N/A serviceHierarchy="/DSAMEConfig/iPlanetAMSessionService"
6253N/A i18nFileName="amSession"
6238N/A revisionNumber="40"
6238N/A i18nKey="iplanet-am-session-service-description">
<Global>
<AttributeSchema name="serviceObjectClasses"
type="list"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>iplanet-am-session-service</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-enable-session-trimming"
type="single_choice"
syntax="string"
i18nKey="a122">
<ChoiceValues>
<ChoiceValue i18nKey="choiceYES">YES</ChoiceValue>
<ChoiceValue i18nKey="choiceNO">NO</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>NO</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-max-session-list-size"
type="single"
syntax="number_range"
rangeStart="1" rangeEnd="2147483647"
i18nKey="a105">
<DefaultValues>
<Value>120</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-session-list-retrieval-timeout"
type="single"
syntax="number_range"
rangeStart="1" rangeEnd="2147483647"
i18nKey="a106">
<DefaultValues>
<Value>5</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-property-change-notification"
type="single_choice"
syntax="string"
i18nKey="a116">
<ChoiceValues>
<ChoiceValue i18nKey="choiceON">ON</ChoiceValue>
<ChoiceValue i18nKey="choiceOFF">OFF</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>OFF</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-deny-login-if-db-is-down"
type="single_choice"
syntax="string"
i18nKey="a119c">
<ChoiceValues>
<ChoiceValue i18nKey="choiceYES">YES</ChoiceValue>
<ChoiceValue i18nKey="choiceNO">NO</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>NO</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-notification-property-list"
type="list"
syntax="string"
i18nKey="a120">
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-enable-session-constraint"
type="single_choice"
syntax="string"
i18nKey="a117">
<ChoiceValues>
<ChoiceValue i18nKey="choiceON">ON</ChoiceValue>
<ChoiceValue i18nKey="choiceOFF">OFF</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>OFF</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-enable-session-constraint-bypass-topleveladmin"
type="single_choice"
syntax="string"
i18nKey="a119a">
<ChoiceValues>
<ChoiceValue i18nKey="choiceYES">YES</ChoiceValue>
<ChoiceValue i18nKey="choiceNO">NO</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>NO</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-constraint-resulting-behavior"
type="single_choice"
syntax="string"
i18nKey="a119b">
<ChoiceValues>
<ChoiceValue i18nKey="choiceDenyAccess">DENY_ACCESS</ChoiceValue>
<ChoiceValue i18nKey="choiceDestroyOldSession">DESTROY_OLD_SESSION</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>DESTROY_OLD_SESSION</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-constraint-handler"
type="single_choice"
syntax="string"
i18nKey="a119b">
<ChoiceValues>
<ChoiceValue i18nKey="choiceDenyAccess">org.forgerock.openam.session.service.DenyAccessAction
</ChoiceValue>
<ChoiceValue i18nKey="choiceDestroyNextExpiring">
org.forgerock.openam.session.service.DestroyNextExpiringAction
</ChoiceValue>
<ChoiceValue i18nKey="choiceDestroyOldSession">
org.forgerock.openam.session.service.DestroyOldestAction
</ChoiceValue>
<ChoiceValue i18nKey="choiceDestroyAll">org.forgerock.openam.session.service.DestroyAllAction
</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>org.forgerock.openam.session.service.DestroyNextExpiringAction</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-constraint-max-wait-time"
type="single"
syntax="number_range"
rangeStart="0" rangeEnd="2147483647"
i18nKey="a119">
<DefaultValues>
<Value>6000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-dnrestrictiononly"
type="single"
syntax="boolean"
i18nKey="a121b">
<BooleanValues>
<BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-session-timeout-handler-list"
type="list"
syntax="string"
i18nKey="a123">
</AttributeSchema>
<SubSchema name="Site" inheritance="multiple" i18nKey="site">
<AttributeSchema name="iplanet-am-session-sfo-enabled"
type="single"
syntax="boolean"
i18nKey="a124">
<BooleanValues>
<BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<!-- Was i18Key a125 -->
<AttributeSchema name="iplanet-am-session-repository-url"
type="single"
syntax="url">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<!-- New as of 10.1.0 -->
<AttributeSchema name="forgerock-openam-session-expired-search-limit"
type="single"
syntax="number_range"
rangeStart="0" rangeEnd="2147483647">
<DefaultValues>
<Value>250</Value>
</DefaultValues>
</AttributeSchema>
<!-- This property is deprecated as of 10.1.0 -->
<!-- Was i18Key a126 -->
<AttributeSchema name="iplanet-am-session-sfo-store-rootdn"
type="single"
syntax="dn">
<DefaultValues>
<Value>o=openam-session,dc=openam,dc=forgerock,dc=org</Value>
</DefaultValues>
</AttributeSchema>
<!-- This property is deprecated as of 10.1.0 -->
<!-- Was i18Key a127 -->
<AttributeSchema name="iplanet-am-session-store-username"
type="single"
syntax="dn">
<DefaultValues>
<Value>cn=Directory Manager</Value>
</DefaultValues>
</AttributeSchema>
<!-- This property is deprecated as of 10.1.0 -->
<!-- Was i18Key a128 -->
<AttributeSchema name="iplanet-am-session-store-password"
type="single"
syntax="password">
<DefaultValues>
<Value>password</Value>
</DefaultValues>
</AttributeSchema>
<!-- This property is deprecated as of 10.1.0 -->
<!-- Was i18Key a129 -->
<AttributeSchema name="iplanet-am-session-min-pool-size"
type="single"
syntax="number_range"
rangeStart="1" rangeEnd="100">
<DefaultValues>
<Value>8</Value>
</DefaultValues>
</AttributeSchema>
<!-- This property is deprecated as of 10.1.0 -->
<!-- Was i18Key a130 -->
<AttributeSchema name="iplanet-am-session-max-pool-size"
type="single"
syntax="number_range"
rangeStart="1" rangeEnd="100">
<DefaultValues>
<Value>32</Value>
</DefaultValues>
</AttributeSchema>
<!-- This property is deprecated as of 10.1.0 -->
<!-- Was i18Key a131 -->
<AttributeSchema name="iplanet-am-session-store-cpl-max-wait-time"
type="single"
syntax="number_range"
rangeStart="0" rangeEnd="2147483647">
<DefaultValues>
<Value>5000</Value>
</DefaultValues>
</AttributeSchema>
<!-- This property is deprecated as of 10.1.0 -->
<AttributeSchema name="iplanet-am-session-JDBC-driver-Impl-classname"
type="single"
syntax="string">
<DefaultValues>
<Value>com.iplanet.dpro.session.jdbc.HADBConnectionImpl</Value>
</DefaultValues>
</AttributeSchema>
<!-- Was i18Key a113 -->
<!-- This property is deprecated as of 10.1.0 -->
<AttributeSchema name="iplanet-am-session-jdbc-url"
type="single"
syntax="string">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
</Global>
<Dynamic>
<AttributeSchema name="iplanet-am-session-max-session-time"
type="single"
syntax="number_range"
rangeStart="1" rangeEnd="2147483647"
i18nKey="a101">
<DefaultValues>
<Value>120</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-max-idle-time"
type="single"
syntax="number_range"
rangeStart="1" rangeEnd="2147483647"
i18nKey="a102">
<DefaultValues>
<Value>30</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-max-caching-time"
type="single"
syntax="number_range"
rangeStart="0" rangeEnd="2147483647"
i18nKey="a103">
<DefaultValues>
<Value>3</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-quota-limit"
type="single"
syntax="number_range"
rangeStart="1" rangeEnd="2147483647"
i18nKey="a118">
<DefaultValues>
<Value>5</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-service-status"
type="single_choice"
syntax="string"
i18nKey="">
<ChoiceValues>
<ChoiceValue i18nKey="choiceActive">Active</ChoiceValue>
<ChoiceValue i18nKey="choiceInactive">Inactive</ChoiceValue>
<ChoiceValue i18nKey="choiceDeleted">Deleted</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-get-valid-sessions"
type="list"
syntax="string"
i18nKey="">
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-destroy-sessions"
type="list"
syntax="string"
i18nKey="">
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-add-session-listener-on-all-sessions"
type="single"
syntax="boolean"
i18nKey="">
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
</Dynamic>
<User>
<AttributeSchema name="iplanet-am-session-max-session-time"
type="single"
syntax="number_range"
rangeStart="1" rangeEnd="2147483647"
i18nKey="a101">
<DefaultValues>
<Value>120</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-max-idle-time"
type="single"
syntax="number_range"
rangeStart="1" rangeEnd="2147483647"
i18nKey="a102">
<DefaultValues>
<Value>30</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-max-caching-time"
type="single"
syntax="number_range"
rangeStart="0" rangeEnd="2147483647"
i18nKey="a103">
<DefaultValues>
<Value>3</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-session-quota-limit"
type="single"
syntax="number_range"
rangeStart="1" rangeEnd="2147483647"
i18nKey="a118">
<DefaultValues>
<Value>5</Value>
</DefaultValues>
</AttributeSchema>
</User>
</Schema>
<Configuration>
<GlobalConfiguration>
</GlobalConfiguration>
</Configuration>
</Service>
</ServicesConfiguration>