GenericAgentProfile.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync The contents of this file are subject to the terms
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync of the Common Development and Distribution License
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync (the License). You may not use this file except in
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync compliance with the License.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync You can obtain a copy of the License at
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync https://opensso.dev.java.net/public/CDDLv1.0.html or
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync See the License for the specific language governing
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync permission and limitations under the License.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync When distributing Covered Code, include this CDDL
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync Header Notice in each file and include the License file
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync If applicable, add the following below the CDDL Header,
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync with the fields enclosed by brackets [] replaced by
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync your own identifying information:
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync "Portions Copyrighted [year] [name of copyright owner]"
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync $Id: GenericAgentProfile.jsp,v 1.4 2008/12/10 18:25:15 farble1670 Exp $
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync<%@ page info="GenericAgentProfile" language="java" %>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync<jato:useViewBean
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync className="com.sun.identity.console.agentconfig.GenericAgentProfileViewBean"
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync fireChildDisplayEvents="true" >
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync<cc:i18nbundle baseName="amConsole" id="amConsole"
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2007" fireDisplayEvents="true">
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync<script language="javascript" src="../console/js/am.js"></script>
return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
<cc:pagetitle name="pgtitleTwoBtns" bundleID="amConsole" pageTitleText="" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
defaultValue="agentconfig.button.inherit"
defaultValue="agentconfig.button.dump"