0075453649960d576af62968ed97edb682a5c5ccAllan Foster<%@page contentType="text/html"%>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster<%@page pageEncoding="UTF-8"%>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster<%--
0075453649960d576af62968ed97edb682a5c5ccAllan Foster DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0075453649960d576af62968ed97edb682a5c5ccAllan Foster
0075453649960d576af62968ed97edb682a5c5ccAllan Foster Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved.
0075453649960d576af62968ed97edb682a5c5ccAllan Foster
0075453649960d576af62968ed97edb682a5c5ccAllan Foster The contents of this file are subject to the terms
0075453649960d576af62968ed97edb682a5c5ccAllan Foster of the Common Development and Distribution License
0075453649960d576af62968ed97edb682a5c5ccAllan Foster (the License). You may not use this file except in
0075453649960d576af62968ed97edb682a5c5ccAllan Foster compliance with the License.
0075453649960d576af62968ed97edb682a5c5ccAllan Foster
0075453649960d576af62968ed97edb682a5c5ccAllan Foster You can obtain a copy of the License at
0075453649960d576af62968ed97edb682a5c5ccAllan Foster https://opensso.dev.java.net/public/CDDLv1.0.html or
0075453649960d576af62968ed97edb682a5c5ccAllan Foster opensso/legal/CDDLv1.0.txt
0075453649960d576af62968ed97edb682a5c5ccAllan Foster See the License for the specific language governing
0075453649960d576af62968ed97edb682a5c5ccAllan Foster permission and limitations under the License.
0075453649960d576af62968ed97edb682a5c5ccAllan Foster
0075453649960d576af62968ed97edb682a5c5ccAllan Foster When distributing Covered Code, include this CDDL
0075453649960d576af62968ed97edb682a5c5ccAllan Foster Header Notice in each file and include the License file
0075453649960d576af62968ed97edb682a5c5ccAllan Foster at opensso/legal/CDDLv1.0.txt.
0075453649960d576af62968ed97edb682a5c5ccAllan Foster If applicable, add the following below the CDDL Header,
0075453649960d576af62968ed97edb682a5c5ccAllan Foster with the fields enclosed by brackets [] replaced by
0075453649960d576af62968ed97edb682a5c5ccAllan Foster your own identifying information:
0075453649960d576af62968ed97edb682a5c5ccAllan Foster "Portions Copyrighted [year] [name of copyright owner]"
0075453649960d576af62968ed97edb682a5c5ccAllan Foster
0075453649960d576af62968ed97edb682a5c5ccAllan Foster $Id: index.jsp,v 1.2 2010/01/11 07:05:45 nithyas Exp $
0075453649960d576af62968ed97edb682a5c5ccAllan Foster--%>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster
0075453649960d576af62968ed97edb682a5c5ccAllan Foster<%--
0075453649960d576af62968ed97edb682a5c5ccAllan FosterThe taglib directive below imports the JSTL library. If you uncomment it,
0075453649960d576af62968ed97edb682a5c5ccAllan Fosteryou must also add the JSTL library to the project. The Add Library... action
0075453649960d576af62968ed97edb682a5c5ccAllan Fosteron Libraries node in Projects view can be used to add the JSTL 1.1 library.
0075453649960d576af62968ed97edb682a5c5ccAllan Foster--%>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster<%--
0075453649960d576af62968ed97edb682a5c5ccAllan Foster<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster--%>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster
0075453649960d576af62968ed97edb682a5c5ccAllan Foster<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
0075453649960d576af62968ed97edb682a5c5ccAllan Foster "http://www.w3.org/TR/html4/loose.dtd">
0075453649960d576af62968ed97edb682a5c5ccAllan Foster
0075453649960d576af62968ed97edb682a5c5ccAllan Foster<html>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <head>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <title>Stock Quote Client Sample</title>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster </head>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <body>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <script type="text/javascript">
0075453649960d576af62968ed97edb682a5c5ccAllan Foster function submitForm()
0075453649960d576af62968ed97edb682a5c5ccAllan Foster {
0075453649960d576af62968ed97edb682a5c5ccAllan Foster document.GetQuote.submit();
0075453649960d576af62968ed97edb682a5c5ccAllan Foster }
0075453649960d576af62968ed97edb682a5c5ccAllan Foster </script>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <h1>Stock Quote Client Sample</h1>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <form name="GetQuote" action="GetQuote" method="GET">
0075453649960d576af62968ed97edb682a5c5ccAllan Foster Stock Symbol: <input type="text" name="symbol" value="JAVA" size="12" />
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <p>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster Signature Method: <select name="sig" id="sig" size="3" >
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <option value="HMAC-SHA1" SELECTED>HMAC-SHA1</option>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <option value="RSA-SHA1">RSA-SHA1</option>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <option value="PLAINTEXT">PLAINTEXT</option>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster </select>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <p><input type="button" value="GetQuote" name="quote" onClick="submitForm()"/>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster </form>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster<!--
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <p><hr>
8bb3e4cda81612f01c0254c263155f65506a018cjeff.schenk <form name="FAMConsole" action="/openam/console" method="GET">
8bb3e4cda81612f01c0254c263155f65506a018cjeff.schenk Click <a href="/openam/console">here</a> to view OpenAM Console
0075453649960d576af62968ed97edb682a5c5ccAllan Foster <p><input type="submit" value="FAMConsole"/>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster </form>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster-->
0075453649960d576af62968ed97edb682a5c5ccAllan Foster
0075453649960d576af62968ed97edb682a5c5ccAllan Foster </body>
0075453649960d576af62968ed97edb682a5c5ccAllan Foster</html>