AMLogin.jsp revision 984ea967792540448d05fba2ac6fad5dadf91fd6
8001ba81cb851b38d86650a2fef5817facffb763johanengelen DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen The contents of this file are subject to the terms
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen of the Common Development and Distribution License
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen (the License). You may not use this file except in
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen compliance with the License.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen You can obtain a copy of the License at
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen https://opensso.dev.java.net/public/CDDLv1.0.html or
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen See the License for the specific language governing
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen permission and limitations under the License.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen When distributing Covered Code, include this CDDL
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen Header Notice in each file and include the License file
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen If applicable, add the following below the CDDL Header,
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen with the fields enclosed by brackets [] replaced by
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen your own identifying information:
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen "Portions Copyrighted [year] [name of copyright owner]"
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen $Id: AMLogin.jsp,v 1.2 2008/06/25 05:44:36 qcheng Exp $
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen<%@page info="AMLogin" language="java"%>
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen<%@taglib uri="/WEB-INF/jato.tld" prefix="jato"%>
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen<jato:useViewBean className="com.sun.identity.console.base.AMLoginViewBean">
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen<script language="Javascript">
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen function doRedirectToLogin() {
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen parent.location = '<jato:text name="redirectURL" escape="false" />';
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen<body onLoad="doRedirectToLogin();">
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen</jato:useViewBean>