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