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