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