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