[jboss-cvs] JBossAS SVN: r73372 - projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/src/main/webapp.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue May 13 17:09:21 EDT 2008
Author: darran.lofthouse at jboss.com
Date: 2008-05-13 17:09:21 -0400 (Tue, 13 May 2008)
New Revision: 73372
Added:
projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/src/main/webapp/index.html
Log:
Copy to new structure.
Copied: projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/src/main/webapp/index.html (from rev 73371, projects/security/security-negotiation/old-trunk/NegotiationToolkit/pages/index.html)
===================================================================
--- projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/src/main/webapp/index.html (rev 0)
+++ projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/src/main/webapp/index.html 2008-05-13 21:09:21 UTC (rev 73372)
@@ -0,0 +1,44 @@
+<html>
+ <head>
+ <title>Negotiation Toolkit</title>
+ </head>
+ <body>
+ <h1>Negotiation Toolkit</h1>
+
+ <p>The NegotiationToolkit is a set of servlets that can be used to test SPNEGO.</p>
+
+ <h3>Basic Negotiation</h3>
+ <p>
+ The Basic Negotiation servlet is a servlet that will attempt the initial
+ stages of negotiation with the client browser.<br>
+
+ The purpose of this servlet is to verify that the client browser does
+ respond with a SPNEGO token and displays the contents of the token.<br>
+ <a href="BasicNegotiation">Basic Negotiation</a>
+ </p>
+
+ <h3>Security Domain Test</h3>
+ <p>
+ The Security Domain Test servlet is a servlet that will prompt you for the
+ name of the security domain the server is using to authenticate itself
+ and will then attempt the authentication.<br>
+
+ This servlet will display the results of the authentication.<br>
+
+ The purpose of this servlet is to verify the server can authenticate
+ without needing a full SPNEGO request from a client.<br>
+ <a href="SecurityDomainTest">SecurityDomainTest</a>
+ </p>
+
+ <h3>Secured</h3>
+ <p>
+ The Secured servlet is a servlet that has been fully secured.<br>
+
+ This servlet will display the users principal and the users roles.<br>
+
+ The purpose of this servlet is to test the final stage of configuration
+ to verify that SPNEGO authentication is working.<br>
+ <a href="Secured">Secured</a>
+ </p>
+ </body>
+</html>
More information about the jboss-cvs-commits
mailing list