You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by gl...@apache.org on 2003/01/10 02:31:09 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs realm-howto.xml

glenn       2003/01/09 17:31:09

  Modified:    webapps/tomcat-docs realm-howto.xml
  Log:
  Add TOC and add listing for DataSourceRealm
  
  Revision  Changes    Path
  1.9       +28 -0     jakarta-tomcat-4.0/webapps/tomcat-docs/realm-howto.xml
  
  Index: realm-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/realm-howto.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- realm-howto.xml	28 Dec 2002 02:04:36 -0000	1.8
  +++ realm-howto.xml	10 Jan 2003 01:31:09 -0000	1.9
  @@ -13,6 +13,31 @@
   
   <body>
   
  +<section name="Table of Contents">
  +
  +<p>
  +<a href="#Quick Start">Quick Start</a><br />
  +<blockquote>
  +<a href="#What is a Realm?">What is a Realm?</a><br />
  +<a href="#Configuring a Realm">Configuring a Realm</a><br />
  +</blockquote>
  +<a href="#Standard Realm Implementations">
  +Standard Realm Implementations</a><br />
  +<blockquote>
  +<a href="#JDBCRealm">JDBCRealm</a><br />
  +<a href="#DataSourceRealm">DataSourceRealm</a><br />
  +<a href="#JNDIRealm">JNDIRealm</a><br />
  +<a href="#MemoryRealm">MemoryRealm</a><br />
  +</blockquote>
  +<a href="#Common Features">Common Features</a><br />
  +<blockquote>
  +<a href="#Digested Passwords">Digested Passwords</a><br />
  +<a href="#Example Application">Example Application</a><br />
  +<a href="#Manager Application">Manager Application</a><br />
  +</blockquote>
  +</p>
  +
  +</section>
   
   <section name="Quick Start">
   
  @@ -66,6 +91,9 @@
   Three standard plug-ins are provided, supporting connection to three different
   sources of authentication information:</p>
   <ul>
  +<li><a href="#DataSourceRealm">DataSourceRealm</a> - Accesses authentication
  +    information stored in a relational database, accessed via a named JNDI
  +    JDBC DataSource.</li>
   <li><a href="#JDBCRealm">JDBCRealm</a> - Accesses authentication information
       stored in a relational database, accessed via a JDBC driver.</li>
   <li><a href="#JNDIRealm">JNDIRealm</a> - Accesses authentication information
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>