Author: markt
Date: Mon Mar 21 17:12:05 2011
New Revision: 1083873

URL: http://svn.apache.org/viewvc?rev=1083873&view=rev
Log:
Sync with implementation

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

Modified: 
tomcat/trunk/java/org/apache/catalina/authenticator/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/authenticator/mbeans-descriptors.xml?rev=1083873&r1=1083872&r2=1083873&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/authenticator/mbeans-descriptors.xml 
(original)
+++ tomcat/trunk/java/org/apache/catalina/authenticator/mbeans-descriptors.xml 
Mon Mar 21 17:12:05 2011
@@ -36,10 +36,18 @@
                type="java.lang.String"
                writeable="false"/>
       
-    <attribute name="entropy"
-               description="A String initialization parameter used to increase 
the  entropy of the initialization of our random number generator"
+    <attribute name="secureRandomAlgorithm"
+               description="The name of the algorithm to use for SSO session 
ID generation"
                type="java.lang.String"/>
-
+      
+    <attribute name="secureRandomClass"
+               description="The name of the class to use for SSO session ID 
generation"
+               type="java.lang.String"/>
+      
+    <attribute name="secureRandomProvider"
+               description="The name of the provider to use for SSO session ID 
generation"
+               type="java.lang.String"/>
+      
     <attribute name="stateName"
                description="The name of the LifecycleState that this component 
is currently in"
                type="java.lang.String"
@@ -66,10 +74,18 @@
                type="java.lang.String"
                writeable="false"/>
       
-    <attribute name="entropy"
-               description="A String initialization parameter used to increase 
the  entropy of the initialization of our random number generator"
+    <attribute name="secureRandomAlgorithm"
+               description="The name of the algorithm to use for SSO session 
ID generation"
                type="java.lang.String"/>
-
+      
+    <attribute name="secureRandomClass"
+               description="The name of the class to use for SSO session ID 
generation"
+               type="java.lang.String"/>
+      
+    <attribute name="secureRandomProvider"
+               description="The name of the provider to use for SSO session ID 
generation"
+               type="java.lang.String"/>
+      
     <attribute name="stateName"
                description="The name of the LifecycleState that this component 
is currently in"
                type="java.lang.String"
@@ -95,10 +111,18 @@
                type="java.lang.String"
                writeable="false"/>
 
-    <attribute name="entropy"
-               description="A String initialization parameter used to increase 
the entropy of the initialization of our random number generator"
+    <attribute name="secureRandomAlgorithm"
+               description="The name of the algorithm to use for SSO session 
ID generation"
                type="java.lang.String"/>
-
+      
+    <attribute name="secureRandomClass"
+               description="The name of the class to use for SSO session ID 
generation"
+               type="java.lang.String"/>
+      
+    <attribute name="secureRandomProvider"
+               description="The name of the provider to use for SSO session ID 
generation"
+               type="java.lang.String"/>
+      
     <attribute name="stateName"
                description="The name of the LifecycleState that this component 
is currently in"
                type="java.lang.String"
@@ -124,10 +148,6 @@
                type="java.lang.String"
                writeable="false"/>
 
-    <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"/>
-
     <attribute name="stateName"
                description="The name of the LifecycleState that this component 
is currently in"
                type="java.lang.String"
@@ -180,10 +200,18 @@
                type="java.lang.String"
                writeable="false"/>
 
-    <attribute name="entropy"
-               description="A String initialization parameter used to increase 
the entropy of the initialization of our random number generator"
+    <attribute name="secureRandomAlgorithm"
+               description="The name of the algorithm to use for SSO session 
ID generation"
                type="java.lang.String"/>
-
+      
+    <attribute name="secureRandomClass"
+               description="The name of the class to use for SSO session ID 
generation"
+               type="java.lang.String"/>
+      
+    <attribute name="secureRandomProvider"
+               description="The name of the provider to use for SSO session ID 
generation"
+               type="java.lang.String"/>
+      
     <attribute name="stateName"
                description="The name of the LifecycleState that this component 
is currently in"
                type="java.lang.String"



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

Reply via email to