You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2015/01/19 07:59:04 UTC

svn commit: r1652925 - /tomcat/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml

Author: kfujino
Date: Mon Jan 19 06:59:03 2015
New Revision: 1652925

URL: http://svn.apache.org/r1652925
Log:
Fix mbean descriptor of ClusterSingleSignOn.

Modified:
    tomcat/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml

Modified: tomcat/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml?rev=1652925&r1=1652924&r2=1652925&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml (original)
+++ tomcat/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml Mon Jan 19 06:59:03 2015
@@ -21,7 +21,12 @@
     description="A Valve that supports a 'single signon' user experience on a whole cluster"
     domain="Catalina"
     group="Valve"
-    type="org.apache.catalina.cluster.authenticator.ClusterSingleSignOn">
+    type="org.apache.catalina.ha.authenticator.ClusterSingleSignOn">
+    <attribute
+      name="asyncSupported"
+      description="Does this valve support async reporting?"
+      is="true"
+      type="boolean"/>
     <attribute
       name="className"
       description="Fully qualified class name of the managed object"
@@ -35,5 +40,18 @@
       name="cookieDomain"
       description="(Optiona) Domain to be used by sso cookies"
       type="java.lang.String"/>
+    <attribute
+      name="mapSendOptions"
+      description="mapSendOptions"
+      type="int"
+      writeable="false"/>
+    <attribute
+      name="rpcTimeout"
+      description="Timeout for RPC messages, how long we will wait for a reply"
+      type="long"/>
+    <attribute
+      name="terminateOnStartFailure"
+      description="Flag for whether to terminate this map that failed to start."
+      type="boolean"/>
   </mbean>
 </mbeans-descriptors>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org