2010-01-08 16:06:05 +00:00
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
<h1>Secure Page</h1>
|
2011-04-16 19:03:18 -05:00
|
|
|
<p>This is a protected page. You can get to me if you've been remembered,
|
|
|
|
or if you've authenticated this session.</p>
|
2010-01-08 16:06:05 +00:00
|
|
|
|
|
|
|
<%if (request.isUserInRole("ROLE_SUPERVISOR")) { %>
|
2011-05-15 21:21:45 -05:00
|
|
|
<p>You are a supervisor! You can therefore see the <a href="extreme/index.jsp">extremely secure page</a>.</p>
|
2010-01-08 16:06:05 +00:00
|
|
|
<% } %>
|
|
|
|
|
|
|
|
<p><a href="../">Home</a>
|
2011-04-16 19:03:18 -05:00
|
|
|
<p><a href="ptSample">Proxy Ticket Sample page</a></p>
|
2010-01-08 16:06:05 +00:00
|
|
|
<p><a href="../j_spring_security_logout">Logout</a>
|
|
|
|
</body>
|
2008-01-28 16:03:28 +00:00
|
|
|
</html>
|