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