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