IdentitySubject.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe The contents of this file are subject to the terms
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe of the Common Development and Distribution License
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe (the License). You may not use this file except in
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe compliance with the License.
8491e0600f69b0405e156ea8a419653c065c645bcovener You can obtain a copy of the License at
8491e0600f69b0405e156ea8a419653c065c645bcovener https://opensso.dev.java.net/public/CDDLv1.0.html or
8491e0600f69b0405e156ea8a419653c065c645bcovener See the License for the specific language governing
8491e0600f69b0405e156ea8a419653c065c645bcovener permission and limitations under the License.
8741bcaa5df21e109bde21c01093d3991fcf1471jailletc When distributing Covered Code, include this CDDL
8741bcaa5df21e109bde21c01093d3991fcf1471jailletc Header Notice in each file and include the License file
8741bcaa5df21e109bde21c01093d3991fcf1471jailletc If applicable, add the following below the CDDL Header,
2bf8c1f02b954a6b272f1708aabcc273fc318249covener with the fields enclosed by brackets [] replaced by
2bf8c1f02b954a6b272f1708aabcc273fc318249covener your own identifying information:
2bf8c1f02b954a6b272f1708aabcc273fc318249covener "Portions Copyrighted [year] [name of copyright owner]"
63b9f1f5880391261705f696d7d65507bbe9ace3covener $Id: IdentitySubject.jsp,v 1.2 2008/06/25 05:44:42 qcheng Exp $
87a26948305eab2bab8a4fb3f2a21f6725055790covener Portions Copyrighted 2012 ForgeRock Inc
87a26948305eab2bab8a4fb3f2a21f6725055790covener Portions Copyrighted 2012 Open Source Solution Technology Corporation
4efd27d2bd53a819a194f8a942f8881c1927755eylavic<%@ page info="IdentitySubject" language="java" %>
4efd27d2bd53a819a194f8a942f8881c1927755eylavic<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
983528026996668ea295be95aedb9c7a346af470ylavic<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
983528026996668ea295be95aedb9c7a346af470ylavic<jato:useViewBean
983528026996668ea295be95aedb9c7a346af470ylavic className="com.sun.identity.console.policy.IdentitySubjectViewBean" >
249ab52ef73a2b33446ae07904e3526b57251411ylavic<cc:i18nbundle baseName="amConsole" id="amConsole"
249ab52ef73a2b33446ae07904e3526b57251411ylavic locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
1f0836d4b1a203c7b375daae691beb95f6036205ylavic</jato:useViewBean>