[jboss-cvs] JBossAS SVN: r65114 - trunk/tomcat/src/main/org/jboss/web/tomcat/service/sso.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 5 15:28:57 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-05 15:28:57 -0400 (Wed, 05 Sep 2007)
New Revision: 65114

Modified:
   trunk/tomcat/src/main/org/jboss/web/tomcat/service/sso/mbeans-descriptors.xml
Log:
[JBAS-4057] Clustered SSO entries not properly cleaned up if a server crashes

Modified: trunk/tomcat/src/main/org/jboss/web/tomcat/service/sso/mbeans-descriptors.xml
===================================================================
--- trunk/tomcat/src/main/org/jboss/web/tomcat/service/sso/mbeans-descriptors.xml	2007-09-05 19:28:39 UTC (rev 65113)
+++ trunk/tomcat/src/main/org/jboss/web/tomcat/service/sso/mbeans-descriptors.xml	2007-09-05 19:28:57 UTC (rev 65114)
@@ -20,6 +20,19 @@
          description="Should we attempt to reauthenticate each request against the security Realm?"
          type="boolean"/>
 
+      <attribute name="maxEmptyLife"
+         description="The maximum number of seconds an SSO with no active sessions will be usable by a request"
+         type="int"/>
+
+      <attribute name="processExpiresInterval"
+         description="The maximum number of seconds an SSO with no active sessions will be usable by a request"
+         type="int"/>
+
+      <attribute name="lastProcessExpires"
+         writeable="false"
+         description="The timestamp of the start of the last check for overaged SSO's with no active sessions."
+         type="long"/>
+
       <attribute name="clusterManager"
          description="SSOClusterManager to use for cluster support"
          type="org.jboss.web.tomcat.service.sso.SSOClusterManager"/>




More information about the jboss-cvs-commits mailing list