SessionHAProperties.jsp revision f92849012ac6d84ddaad627d1c96f021d06998ec
2N/A<!--
2N/A* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2N/A*
2N/A* Copyright (c) 2011 ForgeRock AS. All Rights Reserved
2N/A*
2N/A* The contents of this file are subject to the terms
2N/A* of the Common Development and Distribution License
2N/A* (the License). You may not use this file except in
2N/A* compliance with the License.
2N/A*
2N/A* You can obtain a copy of the License at
2N/A* http://forgerock.org/license/CDDLv1.0.html
2N/A* See the License for the specific language governing
2N/A* permission and limitations under the License.
2N/A*
2N/A* When distributing Covered Code, include this CDDL
2N/A* Header Notice in each file and include the License file
2N/A* at http://forgerock.org/license/CDDLv1.0.html
2N/A* If applicable, add the following below the CDDL Header,
2N/A* with the fields enclosed by brackets [] replaced by
2N/A* your own identifying information:
2N/A* "Portions Copyrighted [year] [name of copyright owner]"
2N/A*
2N/A-->
2N/A
2N/A
2N/A
2N/A
2N/A<%@ page info="SessionHAProperties" language="java" %>
2N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
2N/A<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
2N/A<jato:useViewBean
2N/A className="com.sun.identity.console.session.SessionHAPropertiesViewBean"
2N/A fireChildDisplayEvents="true" >
2N/A
2N/A<cc:i18nbundle baseName="amConsole" id="amConsole"
2N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
2N/A
2N/A<cc:header name="hdrCommon"
2N/A pageTitle="webconsole.title"
2N/A bundleID="amConsole"
2N/A copyrightYear="2012"
2N/A fireDisplayEvents="true">
2N/A
2N/A<script language="javascript" src="/console/js/am.js"></script>
2N/A
2N/A<cc:form name="SessionHAProperties" method="post" defaultCommandChild="/button1">
2N/A<cc:hidden name="tfName" />
2N/A<jato:hidden name="szCache" />
2N/A
2N/A<script language="javascript">
2N/A function confirmLogout() {
2N/A return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
2N/A }
2N/A</script>
2N/A<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();"
2N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
2N/A<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
2N/A<cc:tabs name="tabCommon" bundleID="amConsole" />
2N/A
2N/A<table border="0" cellpadding="10" cellspacing="0" width="100%">
2N/A <tr>
2N/A <td>
2N/A <cc:alertinline name="ialertCommon" bundleID="amConsole" />
2N/A </td>
2N/A </tr>
2N/A</table>
2N/A
2N/A<%-- PAGE CONTENT --%>
2N/A<cc:pagetitle
2N/A name="pgtitle"
2N/A bundleID="amConsole"
2N/A pageTitleText="page.title.sessionha.properties"
2N/A showPageTitleSeparator="true"
2N/A viewMenuLabel=""
2N/A pageTitleHelpMessage=""
2N/A showPageButtonsTop="true"
2N/A showPageButtonsBottom="false" />
2N/A
2N/A <table>
2N/A <thead>
2N/A <th>Session HA Property Name</th>
2N/A <th>Current Runtime Value</th>
2N/A </thead>
2N/A <tr>
2N/A <td align="right">
2N/A <cc:textfield name="iplanet-am-session-sfo-enabled.LABEL" readOnly="true" size="64" />
2N/A </td>
2N/A <td align="right">
2N/A <cc:textfield name="iplanet-am-session-sfo-enabled"
2N/A readOnly="true" defaultValue="false" size="64"
2N/A title="iplanet-am-session-sfo-enabled" />
2N/A </td>
2N/A </tr>
2N/A <tr>
2N/A <td align="right">
2N/A <cc:textfield name="org.forgerock.openam.session.ha.amsessionrepository.type.LABEL"
2N/A readOnly="true" size="64" />
2N/A </td>
2N/A <td align="right">
2N/A <cc:textfield name="org.forgerock.openam.session.ha.amsessionrepository.type"
2N/A readOnly="true" size="64"
2N/A title="org.forgerock.openam.session.ha.amsessionrepository.type" />
2N/A </td>
2N/A </tr>
2N/A <tr>
2N/A <td align="right">
2N/A <cc:textfield name="com.sun.am.session.SessionRepositoryImpl.LABEL" readOnly="true" size="64" />
2N/A </td>
2N/A <td align="right">
2N/A <cc:textfield name="com.sun.am.session.SessionRepositoryImpl"
2N/A readOnly="true" size="64"
2N/A title="com.sun.am.session.SessionRepositoryImpl" />
2N/A </td>
2N/A </tr>
2N/A <tr>
2N/A <td align="right">
2N/A <cc:textfield name="org.forgerock.openam.session.ha.amsessionrepository.rootdn.LABEL"
2N/A readOnly="true" size="64" />
2N/A </td>
2N/A <td align="right">
2N/A <cc:textfield name="org.forgerock.openam.session.ha.amsessionrepository.rootdn"
2N/A readOnly="true" size="64"
2N/A title="org.forgerock.openam.session.ha.amsessionrepository.rootdn" />
2N/A </td>
2N/A </tr>
2N/A </table>
2N/A
2N/A
2N/A</cc:form>
2N/A
2N/A</cc:header>
2N/A</jato:useViewBean>
2N/A