SubjectProxy.jsp revision 984ea967792540448d05fba2ac6fad5dadf91fd6
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift The contents of this file are subject to the terms
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift of the Common Development and Distribution License
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift (the License). You may not use this file except in
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift compliance with the License.
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift You can obtain a copy of the License at
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift https://opensso.dev.java.net/public/CDDLv1.0.html or
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift See the License for the specific language governing
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift permission and limitations under the License.
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift When distributing Covered Code, include this CDDL
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift Header Notice in each file and include the License file
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift If applicable, add the following below the CDDL Header,
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift with the fields enclosed by brackets [] replaced by
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift your own identifying information:
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift "Portions Copyrighted [year] [name of copyright owner]"
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift $Id: SubjectProxy.jsp,v 1.2 2008/06/25 05:44:45 qcheng Exp $
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<%@ page info="SubjectProxy" language="java" %>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<jato:useViewBean
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift className="com.sun.identity.console.policy.SubjectProxyViewBean"
8de2b427a95a8ef64036bfb1eaafd55b1e6a5807neil_a_wilson fireChildDisplayEvents="true" >
e32b0f1464ea290b749a43d5ee7a6085b14532c9matthew_swift<cc:i18nbundle baseName="amConsole" id="amConsole"
e32b0f1464ea290b749a43d5ee7a6085b14532c9matthew_swift locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<script language="javascript">
24d6db06810f2ea747f6dff60d483e4fca3aaa13davidely function forward() {
e32b0f1464ea290b749a43d5ee7a6085b14532c9matthew_swift var jatoFrm = document.forms[1];
e32b0f1464ea290b749a43d5ee7a6085b14532c9matthew_swift frm.elements['sbjType'].value =
8de2b427a95a8ef64036bfb1eaafd55b1e6a5807neil_a_wilson jatoFrm.elements['SubjectProxy.sbjType'].value;
e32b0f1464ea290b749a43d5ee7a6085b14532c9matthew_swift frm.elements['sbjName'].value =
789e2e19bc9fb720ddedaf65338364ac86675238matthew_swift jatoFrm.elements['SubjectProxy.sbjName'].value;
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift frm.elements['locDN'].value =
8de2b427a95a8ef64036bfb1eaafd55b1e6a5807neil_a_wilson frm.elements['cachedID'].value =
8de2b427a95a8ef64036bfb1eaafd55b1e6a5807neil_a_wilson jatoFrm.elements['SubjectProxy.cachedID'].value;
8de2b427a95a8ef64036bfb1eaafd55b1e6a5807neil_a_wilson frm.elements['tfOp'].value =
e32b0f1464ea290b749a43d5ee7a6085b14532c9matthew_swift<body onload="forward();">
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<form action="<jato:text name="tfURL" />" method="post">
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<input type="hidden" name="jato.pageSession">
789e2e19bc9fb720ddedaf65338364ac86675238matthew_swift<input type="hidden" name="sbjType">
789e2e19bc9fb720ddedaf65338364ac86675238matthew_swift<input type="hidden" name="sbjName">
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<input type="hidden" name="locDN">
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<input type="hidden" name="cachedID">
e32b0f1464ea290b749a43d5ee7a6085b14532c9matthew_swift<input type="hidden" name="tfOp">
e32b0f1464ea290b749a43d5ee7a6085b14532c9matthew_swift<jato:form name="SubjectProxy" method="post">
e32b0f1464ea290b749a43d5ee7a6085b14532c9matthew_swift<jato:hidden name="sbjType" />
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<jato:hidden name="sbjName" />
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<jato:hidden name="locDN" />
789e2e19bc9fb720ddedaf65338364ac86675238matthew_swift<jato:hidden name="cachedID" />
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift<jato:hidden name="tfOp" />
e32b0f1464ea290b749a43d5ee7a6085b14532c9matthew_swift</jato:useViewBean>