SAMLv2SPAssertionContent.jsp revision 984ea967792540448d05fba2ac6fad5dadf91fd6
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync The contents of this file are subject to the terms
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync of the Common Development and Distribution License
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync (the License). You may not use this file except in
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync compliance with the License.
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync You can obtain a copy of the License at
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync https://opensso.dev.java.net/public/CDDLv1.0.html or
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync See the License for the specific language governing
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync permission and limitations under the License.
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync When distributing Covered Code, include this CDDL
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync Header Notice in each file and include the License file
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync If applicable, add the following below the CDDL Header,
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync with the fields enclosed by brackets [] replaced by
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync your own identifying information:
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync "Portions Copyrighted [year] [name of copyright owner]"
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync $Id: SAMLv2SPAssertionContent.jsp,v 1.2 2008/06/25 05:50:24 qcheng Exp $
2142578223c66759633e56d0854f4a4fe1288d95vboxsync<%@ page info="SAMLv2SPAssertionContent" language="java" %>
cfcfcde0a9d0005e5ea32a86c2fa0fcc2b8e9d9fvboxsync<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
8b44bcb3e35ba29e19eabb253a54095069522599vboxsync<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync<jato:useViewBean
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync className="com.sun.identity.console.federation.SAMLv2SPAssertionContentViewBean"
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync fireChildDisplayEvents="true" >
cfcfcde0a9d0005e5ea32a86c2fa0fcc2b8e9d9fvboxsync<cc:i18nbundle baseName="amConsole" id="amConsole"
cfcfcde0a9d0005e5ea32a86c2fa0fcc2b8e9d9fvboxsync locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
cfcfcde0a9d0005e5ea32a86c2fa0fcc2b8e9d9fvboxsync name="hdrCommon"
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync bundleID="amConsole"
0437d17bc4e5262dc800b70d9568ed6fbbbfda2fvboxsync copyrightYear="2008"
0437d17bc4e5262dc800b70d9568ed6fbbbfda2fvboxsync fireDisplayEvents="true">
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync<script language="javascript" src="../console/js/am.js"></script>
999dca1450b1f71fd9ab6d7373d1983455f85990vboxsync<cc:form name="SAMLv2SPAssertionContent" method="post" defaultCommandChild="/button1">
dd38d843182cdc0b5a96707a049c813add1e521dvboxsync<jato:hidden name="szCache" />
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync<%-- HEADER --%>
dd38d843182cdc0b5a96707a049c813add1e521dvboxsync<script language="javascript">
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync function confirmLogout() {
098391a409f21c4566f377f5ef7f37b37ded8fecvboxsync return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();"
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
098391a409f21c4566f377f5ef7f37b37ded8fecvboxsync<cc:tabs name="tabCommon" bundleID="amConsole" />
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync<table border="0" cellpadding="10" cellspacing="0" width="100%">
999dca1450b1f71fd9ab6d7373d1983455f85990vboxsync <cc:alertinline name="ialertCommon" bundleID="amConsole" />
dd38d843182cdc0b5a96707a049c813add1e521dvboxsync<%-- PAGE CONTENT --%>
dd38d843182cdc0b5a96707a049c813add1e521dvboxsync<cc:pagetitle name="pgtitle"
999dca1450b1f71fd9ab6d7373d1983455f85990vboxsync bundleID="amConsole"
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync pageTitleText=""
dd38d843182cdc0b5a96707a049c813add1e521dvboxsync showPageTitleSeparator="true"
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync viewMenuLabel=""
098391a409f21c4566f377f5ef7f37b37ded8fecvboxsync pageTitleHelpMessage=""
098391a409f21c4566f377f5ef7f37b37ded8fecvboxsync showPageButtonsTop="true"
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync showPageButtonsBottom="true" >
0f0ab8789c67db959065f39dbe14454eef40b1b4vboxsync <cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="true"/>
999dca1450b1f71fd9ab6d7373d1983455f85990vboxsync</cc:pagetitle>
098391a409f21c4566f377f5ef7f37b37ded8fecvboxsync</cc:header>
098391a409f21c4566f377f5ef7f37b37ded8fecvboxsync</jato:useViewBean>