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