amyroh      02/04/30 15:14:08

  Modified:    catalina/src/share/org/apache/catalina/mbeans
                        mbeans-descriptors.xml
  Log:
  Add NonLoginAuthenticator MBean to mbeans-descriptors.
  
  Revision  Changes    Path
  1.53      +36 -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.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- mbeans-descriptors.xml    30 Apr 2002 18:24:08 -0000      1.52
  +++ mbeans-descriptors.xml    30 Apr 2002 22:14:08 -0000      1.53
  @@ -6,7 +6,7 @@
   <!--
        Descriptions of JMX MBeans for Catalina
   
  -     $Id: mbeans-descriptors.xml,v 1.52 2002/04/30 18:24:08 amyroh Exp $
  +     $Id: mbeans-descriptors.xml,v 1.53 2002/04/30 22:14:08 amyroh Exp $
    -->
   
   <mbeans-descriptors>
  @@ -1375,6 +1375,41 @@
             description="The comma-delimited set of deny expressions"
                    type="java.lang.String"/>
   
  +  </mbean>
  +
  +
  +  <mbean         name="NonLoginAuthenticator"
  +            className="org.apache.catalina.mbeans.ClassNameMBean"
  +          description="An Authenticator and Valve implementation that checks
  +                     only security constraints not involving user authentication"
  +               domain="Catalina"
  +                group="Valve"
  +                 type="org.apache.catalina.authenticator.NonLoginAuthenticator">
  +
  +    <attribute   name="algorithm"
  +          description="The message digest algorithm to be used when generating
  +                        session identifiers"
  +                 type="java.lang.String"/>
  +
  +    <attribute   name="cache"
  +          description="Should we cache authenticated Principals if the request
  +                        is part of an HTTP session?"
  +                 type="boolean"/>
  +
  +    <attribute   name="className"
  +          description="Fully qualified class name of the managed object"
  +                 type="java.lang.String"
  +            writeable="false"/>
  +
  +    <attribute   name="debug"
  +          description="The debugging detail level for this component"
  +                 type="int"/>
  +
  +    <attribute   name="entropy"
  +          description="A String initialization parameter used to increase the
  +                        entropy of the initialization of our random number
  +                        generator"
  +                 type="java.lang.String"/>
     </mbean>
   
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to