1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>HttpUnit Tutorial - control application access</title>
<LINK REL="stylesheet" HREF="tutorial.css" TYPE="text/css">
</head>
<body>
<p class="location"><a href="index.html">Tutorial</a>
<img src="arrow_yellow.gif" width=13 height=9 align=bottom ALT="->">Task 2</p>
<h1>Controlling access to the application</h1>
<p>At this point, we have a working pool editor, accessible only to a user with the appropriate assigned role. Any other
user will be refused when they try to access the editor. We would like to go further, and provide a common front page
to the application for all users, which will provide links to the permitted pages only.</p>
<b>This is not written</b>
<!--
To begin the tutorial, create a working directory and expand <a href="task2.zip">this archive</a> into it.
Either create a jars directory and copy httpunit.jar, Tidy.jar, and xerces.jar into it, or make sure that they are on
your classpath and invoke ant passing the classpath as a property.
You will write your code in the src/tutorial sub-directory.
Once you are ready, proceed to <a href="task2access-authentication.html">step one</a> to begin the tutorial. -->
</body></html>
|