manveen 02/05/30 10:03:01
Modified: catalina/src/share/org/apache/catalina/mbeans
mbeans-descriptors.xml
Log:
Added some missing attributes under JNDIRealm.
Revision Changes Path
1.58 +18 -1
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml
Index: mbeans-descriptors.xml
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- mbeans-descriptors.xml 16 May 2002 20:46:00 -0000 1.57
+++ mbeans-descriptors.xml 30 May 2002 17:03:01 -0000 1.58
@@ -6,7 +6,7 @@
<!--
Descriptions of JMX MBeans for Catalina
- $Id: mbeans-descriptors.xml,v 1.57 2002/05/16 20:46:00 amyroh Exp $
+ $Id: mbeans-descriptors.xml,v 1.58 2002/05/30 17:03:01 manveen Exp $
-->
<mbeans-descriptors>
@@ -1011,13 +1011,30 @@
description="The message format used to select roles for a user"
type="java.lang.String"/>
+ <attribute name="roleName"
+ description="The name of the attribute containing roles held elsewhere"
+ type="java.lang.String"/>
+
<attribute name="roleSubtree"
description="Should we search the entire subtree for matching
memberships?"
type="boolean"/>
+ <attribute name="userSubtree"
+ description="Should we search the entire subtree for matching
+ users?"
+ type="boolean"/>
+
+ <attribute name="userPassword"
+ description="The attribute name used to retrieve the user password"
+ type="java.lang.String"/>
+
<attribute name="userPattern"
description="The message format used to select a user"
+ type="java.lang.String"/>
+
+ <attribute name="contextFactory"
+ description="The JNDI context factory for this Realm"
type="java.lang.String"/>
</mbean>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>