FSSAMLTrustedPartnersAdd.jsp revision 984ea967792540448d05fba2ac6fad5dadf91fd6
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk The contents of this file are subject to the terms
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk of the Common Development and Distribution License
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk (the License). You may not use this file except in
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk compliance with the License.
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk You can obtain a copy of the License at
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk https://opensso.dev.java.net/public/CDDLv1.0.html or
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk See the License for the specific language governing
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk permission and limitations under the License.
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk When distributing Covered Code, include this CDDL
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk Header Notice in each file and include the License file
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk If applicable, add the following below the CDDL Header,
b47b5b34b42fa8056577c43496cdb99a4c99f8d7Rafael Vanoni with the fields enclosed by brackets [] replaced by
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk your own identifying information:
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk "Portions Copyrighted [year] [name of copyright owner]"
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk $Id: FSSAMLTrustedPartnersAdd.jsp,v 1.2 2008/06/25 05:50:22 qcheng Exp $
b47b5b34b42fa8056577c43496cdb99a4c99f8d7Rafael Vanoni<%@ page info="FSSAMLTrustedPartnersAdd" language="java" %>
b47b5b34b42fa8056577c43496cdb99a4c99f8d7Rafael Vanoni<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
b47b5b34b42fa8056577c43496cdb99a4c99f8d7Rafael Vanoni<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
b47b5b34b42fa8056577c43496cdb99a4c99f8d7Rafael Vanoni<jato:useViewBean
b47b5b34b42fa8056577c43496cdb99a4c99f8d7Rafael Vanoni className="com.sun.identity.console.federation.FSSAMLTrustedPartnersAddViewBean"
b47b5b34b42fa8056577c43496cdb99a4c99f8d7Rafael Vanoni fireChildDisplayEvents="true" >
b47b5b34b42fa8056577c43496cdb99a4c99f8d7Rafael Vanoni<cc:i18nbundle baseName="amConsole"
b47b5b34b42fa8056577c43496cdb99a4c99f8d7Rafael Vanoni id="amConsole"
b47b5b34b42fa8056577c43496cdb99a4c99f8d7Rafael Vanoni locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
b47b5b34b42fa8056577c43496cdb99a4c99f8d7Rafael Vanoni<cc:header name="hdrCommon"
b47b5b34b42fa8056577c43496cdb99a4c99f8d7Rafael Vanoni bundleID="amConsole"
bcde4861cca9caf5cab2b710a3241b038fec477cRafael Vanoni Polanczyk copyrightYear="2007"
return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
pageTitleText="saml.profile.trustedpartners.create.page.title"