IdentitySubject.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
bc23c0b7fdc3f41c1159bcc1254a04a996d6f985jerenkrantz DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
a8d5ccbcbde8cb6cf3a9dcf2eb05f393ab76baa9ianh The contents of this file are subject to the terms
694514f7e6e99917e084943e3a05950b3c7c106ajerenkrantz of the Common Development and Distribution License
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron (the License). You may not use this file except in
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz compliance with the License.
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz You can obtain a copy of the License at
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz https://opensso.dev.java.net/public/CDDLv1.0.html or
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb See the License for the specific language governing
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley permission and limitations under the License.
571760de5e60c0b459cb11be45507b923cd023eejwoolley When distributing Covered Code, include this CDDL
9180a5933673ffb1af633c255ceee029340f3b1erbb Header Notice in each file and include the License file
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe If applicable, add the following below the CDDL Header,
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard with the fields enclosed by brackets [] replaced by
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb your own identifying information:
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb "Portions Copyrighted [year] [name of copyright owner]"
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb $Id: IdentitySubject.jsp,v 1.2 2008/06/25 05:44:42 qcheng Exp $
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb Portions Copyrighted 2012 ForgeRock Inc
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick Portions Copyrighted 2012 Open Source Solution Technology Corporation
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj<%@ page info="IdentitySubject" language="java" %>
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
af4c982a7cf4515f124935f99a329744035fc699slive<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
af4c982a7cf4515f124935f99a329744035fc699slive<jato:useViewBean
af4c982a7cf4515f124935f99a329744035fc699slive className="com.sun.identity.console.policy.IdentitySubjectViewBean" >
af4c982a7cf4515f124935f99a329744035fc699slive<cc:i18nbundle baseName="amConsole" id="amConsole"
af4c982a7cf4515f124935f99a329744035fc699slive locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
10270f6f94b2069d0d357805c140a9897449b9ccianh</jato:useViewBean>