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