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