Sha256: a68f9f91c75cf8a7bdb7655edb750ee22f68317a7a9952cf10c48a3033234eb7

Contents?: true

Size: 1.12 KB

Versions: 8

Compression:

Stored size: 1.12 KB

Contents

<HTML><HEAD><TITLE>Welcome to the JAAS Authentication and Authorization Test</TITLE></HEAD>
<BODY>
  <H1> Welcome to the JAAS Authentication and Authorization Demo </H1>
  <h2>Setup Instructions</h2>
  <p>
  For this demo to work, you must be running jetty with the etc/jetty-jaas.xml included on the runline:
  </p>
  <pre>
    java -jar start.jar etc/jetty.xml etc/jetty-jaas.xml
  </pre>
  <h2>Using the Demo</h2>
  <P>
  Click on the following link to test JAAS AUTHENTICATION and role-based web security
  constraint AUTHORIZATION.
  </P>
  <p>
   This demo uses a simple login module that stores it's configuration in a properties file. There are other types of login module provided with the jetty distro. For full information, please refer to the jetty JAAS wiki page at: <a href="http://docs.codehaus.org/display/JETTY/JAAS">http://docs.codehaus.org/display/JETTY/JAAS</a>.
  </p>
  <P>
  To authenticate successfully with this demonstration, you must use username=&quot;me&quot; with password=&quot;me&quot;.
  All other usernames, passwords should result in authentication failure.
  </P>
  <A HREF="auth.html">Login</A>
</BODY>
</HTML>

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
miso-java-0.1.5 jetty/examples/test-jaas-webapp/src/main/webapp/index.html
miso-java-0.1.5 jetty/webapps/test-jaas/index.html
miso-java-0.1.4 jetty/examples/test-jaas-webapp/src/main/webapp/index.html
miso-java-0.1.4 jetty/webapps/test-jaas/index.html
miso-java-0.1.3 jetty/examples/test-jaas-webapp/src/main/webapp/index.html
miso-java-0.1.3 jetty/webapps/test-jaas/index.html
miso-java-0.1.2 jetty/examples/test-jaas-webapp/src/main/webapp/index.html
miso-java-0.1.2 jetty/webapps/test-jaas/index.html