SubjectProxy.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
5ae0e2c8b72fa44237edeb37d1945b1c3535ca39Automatic Updater DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
59dd3b3cd954239d98ef52cd26328856cb6f2975Automatic Updater Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater The contents of this file are subject to the terms
59dd3b3cd954239d98ef52cd26328856cb6f2975Automatic Updater of the Common Development and Distribution License
a3b428812703d22a605a9f882e71ed65f0ffdc65Mark Andrews (the License). You may not use this file except in
bb93c8542756719b53096b9939e4041d0966026fAutomatic Updater compliance with the License.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington You can obtain a copy of the License at
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews https://opensso.dev.java.net/public/CDDLv1.0.html or
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington See the License for the specific language governing
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater permission and limitations under the License.
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater When distributing Covered Code, include this CDDL
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews Header Notice in each file and include the License file
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews If applicable, add the following below the CDDL Header,
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews with the fields enclosed by brackets [] replaced by
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews your own identifying information:
04eba969cb9a54bbda2896db2067c07b2ac5ba16Automatic Updater "Portions Copyrighted [year] [name of copyright owner]"
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews $Id: SubjectProxy.jsp,v 1.2 2008/06/25 05:44:45 qcheng Exp $
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson Portions Copyrighted 2012 ForgeRock Inc
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews Portions Copyrighted 2012 Open Source Solution Technology Corporation
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews<%@ page info="SubjectProxy" language="java" %>
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews<jato:useViewBean
fc3576328379e813ccf6b3a6e66d9bb701a79c83Automatic Updater className="com.sun.identity.console.policy.SubjectProxyViewBean"
298c514fff250c1a147176cfbbc1c0ca441d1ea5Automatic Updater fireChildDisplayEvents="true" >
bbb069be941f649228760edcc241122933c066d2Automatic Updater<cc:i18nbundle baseName="amConsole" id="amConsole"
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews<script language="javascript">
ca904804e43f663f08eb1ac9d6d617930b9a3cd3Automatic Updater function forward() {
3a6600c8d319275d73c36eb625f77103cd83e824Automatic Updater var jatoFrm = document.forms[1];
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews frm.elements['sbjType'].value =
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews jatoFrm.elements['SubjectProxy.sbjType'].value;
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews frm.elements['sbjName'].value =
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson jatoFrm.elements['SubjectProxy.sbjName'].value;
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews frm.elements['locDN'].value =
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews frm.elements['cachedID'].value =
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews jatoFrm.elements['SubjectProxy.cachedID'].value;
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson jatoFrm.elements['jato.pageSession'].value;
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont<body onload="forward();">
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont<form action="<jato:text name="tfURL" />" method="post">
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews<input type="hidden" name="jato.pageSession">
6f046a065e5543f8cd7e2f24991c65d2372f4c8dMark Andrews<input type="hidden" name="sbjType">
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews<input type="hidden" name="sbjName">
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews<input type="hidden" name="locDN">
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews<input type="hidden" name="cachedID">
4d0520004a9663324a6a30f2d1716565e6d0024cAutomatic Updater<input type="hidden" name="tfOp">
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater<jato:form name="SubjectProxy" method="post">
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater<jato:hidden name="sbjType" />
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews<jato:hidden name="sbjName" />
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews<jato:hidden name="locDN" />
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews<jato:hidden name="cachedID" />
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson<jato:hidden name="tfOp" />
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews</jato:useViewBean>