Author: kkolinko
Date: Wed Jun 20 09:51:04 2012
New Revision: 1352026
URL: http://svn.apache.org/viewvc?rev=1352026&view=rev
Log:
CTR: docs
Correct description of UserDatabaseRealm and remove duplicate one.
Modified:
tomcat/tc5.5.x/trunk/container/webapps/docs/config/realm.xml
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/config/realm.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/config/realm.xml?rev=1352026&r1=1352025&r2=1352026&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/config/realm.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/config/realm.xml Wed Jun 20
09:51:04 2012
@@ -506,7 +506,7 @@
that is based on a UserDatabase resource made available through the global
JNDI resources configured for this Tomcat instance.</p>
- <p>The Memory Based Realm implementation supports the following
+ <p>The UserDatabase Realm implementation supports the following
additional attributes:</p>
<attributes>
@@ -525,8 +525,8 @@
</attribute>
<attribute name="resourceName" required="true">
- <p>The name of the resource that this realm will use for user, password
- and role information.</p>
+ <p>The name of the global <code>UserDatabase</code> resource
+ that this realm will use for user, password and role information.</p>
</attribute>
</attributes>
@@ -604,32 +604,6 @@
</subsection>
- <subsection name="User Database Realm -
org.apache.catalina.realm.UserDatabaseRealm">
-
- <p>The <strong>User Database Realm</strong> is Realm implementation
- that is based on an implementation of the <code>UserDatabase</code>
- interface that is made available through the global JNDI resources
- configured for this Tomcat instance.</p>
-
- <p>The User Database Realm implementation supports the following
- additional attributes:</p>
-
- <attributes>
-
- <attribute name="resourceName" required="true">
- <p>The global JNDI name of the <code>UserDatabase</code> resource
- used by this Realm.</p>
- </attribute>
-
- </attributes>
-
- <p>See the <a href="../realm-howto.html">Container-Managed Security
Guide</a> for more
- information on setting up container managed security using the
- UserDatabase Realm component.</p>
-
- </subsection>
-
-
<subsection name="JAAS Realm - org.apache.catalina.realm.JAASRealm">
<p>The JAAS Realm implementation supports the following additional
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]