Author: kkolinko Date: Tue Jun 19 11:14:18 2012 New Revision: 1351652 URL: http://svn.apache.org/viewvc?rev=1351652&view=rev Log: CTR: docs Change formatting of the Realm configuration reference. <h3> -> <subsection>, so that they are listed in Table of contents.
It is merge of revisions 1351636-1351640 from tomcat/trunk. Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/webapps/docs/config/realm.xml Propchange: tomcat/tc6.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1351636-1351640 Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/realm.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/realm.xml?rev=1351652&r1=1351651&r2=1351652&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/realm.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/realm.xml Tue Jun 19 11:14:18 2012 @@ -82,17 +82,15 @@ </attributes> - </subsection> - - - <subsection name="Standard Implementation"> - <p>Unlike most Catalina components, there are several standard <strong>Realm</strong> implementations available. As a result, the <code>className</code> attribute MUST be used to select the implementation you wish to use.</p> - <h3>JDBC Database Realm (org.apache.catalina.realm.JDBCRealm)</h3> + </subsection> + + + <subsection name="JDBC Database Realm - org.apache.catalina.realm.JDBCRealm"> <p>The <strong>JDBC Database Realm</strong> connects Catalina to a relational database, accessed through an appropriate JDBC driver, @@ -196,10 +194,10 @@ information on setting up container managed security using the JDBC Database Realm component.</p> + </subsection> + - <h3> - DataSource Database Realm (org.apache.catalina.realm.DataSourceRealm) - </h3> + <subsection name="DataSource Database Realm - org.apache.catalina.realm.DataSourceRealm"> <p>The <strong>DataSource Database Realm</strong> connects Catalina to a relational database, accessed through a JNDI named JDBC DataSource @@ -298,9 +296,10 @@ DataSource Realm HOW-TO</a> for more information on setting up container managed security using the DataSource Database Realm component.</p> + </subsection> - <h3>JNDI Directory Realm (org.apache.catalina.realm.JNDIRealm)</h3> + <subsection name="JNDI Directory Realm - org.apache.catalina.realm.JNDIRealm"> <p>The <strong>JNDI Directory Realm</strong> connects Catalina to an LDAP Directory, accessed through an appropriate JNDI driver, @@ -548,8 +547,10 @@ information on setting up container managed security using the JNDI Directory Realm component.</p> + </subsection> + - <h3>UserDatabase Realm (org.apache.catalina.realm.UserDatabaseRealm)</h3> + <subsection name="UserDatabase Realm - org.apache.catalina.realm.UserDatabaseRealm"> <p>The <strong>UserDatabase Realm</strong> is a Realm implementation that is based on a UserDatabase resource made available through the global @@ -595,7 +596,10 @@ <a href="../jndi-resources-howto.html">JNDI resources how-to</a> for more information on how to configure a UserDatabase resource.</p> - <h3>Memory Based Realm (org.apache.catalina.realm.MemoryRealm)</h3> + </subsection> + + + <subsection name="Memory Based Realm - org.apache.catalina.realm.MemoryRealm"> <p>The <strong>Memory Based Realm</strong> is a simple Realm implementation that reads user information from an XML format, and represents it as a @@ -670,7 +674,10 @@ information on setting up container managed security using the Memory Based Realm component.</p> - <h3>JAAS Realm (org.apache.catalina.realm.JAASRealm)</h3> + </subsection> + + + <subsection name="JAAS Realm - org.apache.catalina.realm.JAASRealm"> <p><strong>JAASRealm</strong> is an implementation of the Tomcat 6 <code>Realm</code> interface that authenticates users through the Java @@ -750,7 +757,10 @@ Guide</a> for more information on setting up container managed security using the JAAS Realm component.</p> - <h3>Combined Realm (org.apache.catalina.realm.CombinedRealm)</h3> + </subsection> + + + <subsection name="Combined Realm - org.apache.catalina.realm.CombinedRealm"> <p><strong>CombinedRealm</strong> is an implementation of the Tomcat 6 <code>Realm</code> interface that authenticates users through one or more @@ -774,7 +784,10 @@ Guide</a> for more information on setting up container managed security using the CombinedRealm component.</p> - <h3>LockOut Realm (org.apache.catalina.realm.LockOutRealm)</h3> + </subsection> + + + <subsection name="LockOut Realm - org.apache.catalina.realm.LockOutRealm"> <p><strong>LockOutRealm</strong> is an implementation of the Tomcat 6 <code>Realm</code> interface that extends the CombinedRealm to provide lock @@ -832,7 +845,6 @@ </subsection> - </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org