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