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