SubjectProxy.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
f536382c59dd492a14667b753816d920f9981f1cTinderbox User Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
7c1468ed500356839a4a222517364e6ce18cb1a2Tinderbox User The contents of this file are subject to the terms
c57668a2fbbe558c1bd21652813616f2f517c469Tinderbox User of the Common Development and Distribution License
a7c412f37cc73d0332887a746e81220cbf09dd00Mark Andrews (the License). You may not use this file except in
1f4c645185bd8fc70048e0a69eee46193a284e5cTinderbox User compliance with the License.
8de3f14f1c300c3e1ed99084cc03485b42c92bf1Tinderbox User You can obtain a copy of the License at
950d203b64f512b85fcc093ee1e9e3e531a1aea3Tinderbox User https://opensso.dev.java.net/public/CDDLv1.0.html or
dedefc0bdbb4e6e39eeb98aa2fc6883efec2ddb0Mark Andrews See the License for the specific language governing
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews permission and limitations under the License.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews When distributing Covered Code, include this CDDL
a7c412f37cc73d0332887a746e81220cbf09dd00Mark Andrews Header Notice in each file and include the License file
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews If applicable, add the following below the CDDL Header,
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews with the fields enclosed by brackets [] replaced by
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews your own identifying information:
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews "Portions Copyrighted [year] [name of copyright owner]"
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User $Id: SubjectProxy.jsp,v 1.2 2008/06/25 05:44:45 qcheng Exp $
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User Portions Copyrighted 2012 ForgeRock Inc
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews Portions Copyrighted 2012 Open Source Solution Technology Corporation
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews<%@ page info="SubjectProxy" language="java" %>
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User<jato:useViewBean
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews className="com.sun.identity.console.policy.SubjectProxyViewBean"
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User fireChildDisplayEvents="true" >
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User<cc:i18nbundle baseName="amConsole" id="amConsole"
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt<script language="javascript">
dc238a06bffa79de141ee7655765e2df91498a8aTinderbox User function forward() {
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt var jatoFrm = document.forms[1];
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater frm.elements['sbjType'].value =
16f6050f29b6b0422cee858e609f65e474e70ef2Tinderbox User jatoFrm.elements['SubjectProxy.sbjType'].value;
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater frm.elements['sbjName'].value =
dc238a06bffa79de141ee7655765e2df91498a8aTinderbox User frm.elements['locDN'].value =
0e573cdd111e060e5f6c18249b5ccacbe8abe278Tinderbox User jatoFrm.elements['SubjectProxy.locDN'].value;
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt frm.elements['cachedID'].value =
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox User jatoFrm.elements['SubjectProxy.cachedID'].value;
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater jatoFrm.elements['SubjectProxy.tfOp'].value;
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews<body onload="forward();">
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews<form action="<jato:text name="tfURL" />" method="post">
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews<input type="hidden" name="jato.pageSession">
16f6050f29b6b0422cee858e609f65e474e70ef2Tinderbox User<input type="hidden" name="sbjType">
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews<input type="hidden" name="sbjName">
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater<input type="hidden" name="locDN">
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews<input type="hidden" name="cachedID">
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrews<input type="hidden" name="tfOp">
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews<jato:form name="SubjectProxy" method="post">
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews<jato:hidden name="sbjType" />
015055b6e23f5c08f6a5b34726f90b62597e9e45Tinderbox User<jato:hidden name="sbjName" />
2ae159b376dac23870d8005563c585acf85a4b5aEvan Hunt<jato:hidden name="locDN" />
2ae159b376dac23870d8005563c585acf85a4b5aEvan Hunt<jato:hidden name="cachedID" />
2ae159b376dac23870d8005563c585acf85a4b5aEvan Hunt<jato:hidden name="tfOp" />
2ae159b376dac23870d8005563c585acf85a4b5aEvan Hunt</jato:useViewBean>