[jboss-remoting-commits] JBoss Remoting SVN: r4476 - remoting2/branches/2.x/docs/guide/en.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Aug 7 19:52:28 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-08-07 19:52:28 -0400 (Thu, 07 Aug 2008)
New Revision: 4476

Modified:
   remoting2/branches/2.x/docs/guide/en/chap5.xml
Log:
JBREM-925: Disambiguated SSLSocketBuilder configuration table.

Modified: remoting2/branches/2.x/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap5.xml	2008-08-07 23:51:33 UTC (rev 4475)
+++ remoting2/branches/2.x/docs/guide/en/chap5.xml	2008-08-07 23:52:28 UTC (rev 4476)
@@ -4657,7 +4657,13 @@
       </orderedlist>
 
       <para>The configuration properties for
-      <classname>SSLSocketBuilder</classname>are as follows:</para>
+      <classname>SSLSocketBuilder</classname>are as follows. Note that in the
+      "key name" column, the name in capital letters (e.g.,
+      REMOTING_CLIENT_AUTH_MODE) is a handy constant in the
+      <classname>SSLSocketBuilder</classname> class with the value given in
+      parentheses (e.g. "org.jboss.remoting.clientAuthMode"). It is the latter
+      that should be used for declarative configuration in, for example, MBean
+      descriptors.</para>
 
       <table frame="all" id="SSLSocketBuilderTable" xreflabel="Table 1">
         <title><classname>SSLSocketBuilder</classname> configuration
@@ -4692,7 +4698,7 @@
             <row>
               <entry><para>ClientAuthMode</para></entry>
 
-              <entry><para>REMOTING_CLIENT_AUTH_MODE</para></entry>
+              <entry><para>REMOTING_CLIENT_AUTH_MODE ("org.jboss.remoting.clientAuthMode")</para></entry>
 
               <entry><para>String</para></entry>
 
@@ -4707,8 +4713,8 @@
             <row>
               <entry><para>KeyAlias</para></entry>
 
-              <entry><para>REMOTING_KEY_ALIAS</para></entry>
-
+              <entry><para>REMOTING_KEY_ALIAS ("org.jboss.remoting.keyAlias")</para></entry>
+              
               <entry><para>String</para></entry>
 
               <entry><para></para></entry>
@@ -4720,7 +4726,7 @@
             <row>
               <entry><para>KeyPassword</para></entry>
 
-              <entry><para>REMOTING_KEY_PASSWORD</para></entry>
+              <entry><para>REMOTING_KEY_PASSWORD ("org.jboss.remoting.keyPassword")</para></entry>
 
               <entry><para>String</para></entry>
 
@@ -4737,7 +4743,7 @@
             <row>
               <entry><para>KeyStoreAlgorithm</para></entry>
 
-              <entry><para>REMOTING_KEY_STORE_ALGORITHM</para></entry>
+              <entry><para>REMOTING_KEY_STORE_ALGORITHM ("org.jboss.remoting.keyStoreAlgorithm")</para></entry>
 
               <entry><para>String</para></entry>
 
@@ -4750,7 +4756,7 @@
             <row>
               <entry><para>KeyStorePassword</para></entry>
 
-              <entry><para>REMOTING_KEY_STORE_PASSWORD</para></entry>
+              <entry><para>REMOTING_KEY_STORE_PASSWORD ("org.jboss.remoting.keyStorePassword")</para></entry>
 
               <entry><para>String</para></entry>
 
@@ -4767,7 +4773,7 @@
             <row>
               <entry><para>KeyStoreType</para></entry>
 
-              <entry><para>REMOTING_KEY_STORE_TYPE</para></entry>
+              <entry><para>REMOTING_KEY_STORE_TYPE ("org.jboss.remoting.keyStoreType")</para></entry>
 
               <entry><para>String</para></entry>
 
@@ -4784,7 +4790,7 @@
             <row>
               <entry><para>KeyStoreURL</para></entry>
 
-              <entry><para>REMOTING_KEY_STORE_FILE_PATH</para></entry>
+              <entry><para>REMOTING_KEY_STORE_FILE_PATH ("org.jboss.remoting.keyStore")</para></entry>
 
               <entry><para>String</para></entry>
 
@@ -4813,7 +4819,7 @@
             <row>
               <entry><para>ProviderName</para></entry>
 
-              <entry><para>REMOTING_SSL_PROVIDER_NAME</para></entry>
+              <entry><para>REMOTING_SSL_PROVIDER_NAME ("org.jboss.remoting.sslProviderName")</para></entry>
 
               <entry><para>String</para></entry>
 
@@ -4838,7 +4844,7 @@
             <row>
               <entry><para>SecureSocketProtocol</para></entry>
 
-              <entry><para>REMOTING_SSL_PROTOCOL</para></entry>
+              <entry><para>REMOTING_SSL_PROTOCOL ("org.jboss.remoting.sslProtocol")</para></entry>
 
               <entry><para>String</para></entry>
 
@@ -4852,7 +4858,7 @@
             <row>
               <entry><para>ServerAuthMode</para></entry>
 
-              <entry><para>REMOTING_SERVER_AUTH_MODE</para></entry>
+              <entry><para>REMOTING_SERVER_AUTH_MODE ("org.jboss.remoting.serverAuthMode")</para></entry>
 
               <entry><para>boolean/String</para></entry>
 
@@ -4866,7 +4872,7 @@
             <row>
               <entry><para>ServerSocketUseClientMode</para></entry>
 
-              <entry><para>REMOTING_SERVER_SOCKET_USE_CLIENT_MODE</para></entry>
+              <entry><para>REMOTING_SERVER_SOCKET_USE_CLIENT_MODE ("org.jboss.remoting.serversocket.useClientMode")</para></entry>
 
               <entry><para>boolean/String</para></entry>
 
@@ -4879,7 +4885,7 @@
             <row>
               <entry><para>SocketUseClientMode</para></entry>
 
-              <entry><para>REMOTING_SOCKET_USE_CLIENT_MODE</para></entry>
+              <entry><para>REMOTING_SOCKET_USE_CLIENT_MODE ("org.jboss.remoting.socket.useClientMode")</para></entry>
 
               <entry><para>boolean/String</para></entry>
 
@@ -4892,7 +4898,7 @@
             <row>
               <entry><para>TrustStoreAlgorithm</para></entry>
 
-              <entry><para>REMOTING_TRUST_STORE_ALGORITHM</para></entry>
+              <entry><para>REMOTING_TRUST_STORE_ALGORITHM ("org.jboss.remoting.trustStoreAlgorithm")</para></entry>
 
               <entry><para>String</para></entry>
 
@@ -4905,7 +4911,7 @@
             <row>
               <entry><para>TrustStorePassword</para></entry>
 
-              <entry><para>REMOTING_TRUST_STORE_PASSWORD</para></entry>
+              <entry><para>REMOTING_TRUST_STORE_PASSWORD ("org.jboss.remoting.trustStorePassword")</para></entry>
 
               <entry><para>String</para></entry>
 
@@ -4917,7 +4923,7 @@
             <row>
               <entry><para>TrustStoreType</para></entry>
 
-              <entry><para>REMOTING_TRUST_STORE_TYPE</para></entry>
+              <entry><para>REMOTING_TRUST_STORE_TYPE ("org.jboss.remoting.trustStoreType")</para></entry>
 
               <entry><para>String</para></entry>
 
@@ -4930,7 +4936,7 @@
             <row>
               <entry><para>TrustStoreURL</para></entry>
 
-              <entry><para>REMOTING_TRUST_STORE_FILE_PATH</para></entry>
+              <entry><para>REMOTING_TRUST_STORE_FILE_PATH ("org.jboss.remoting.trustStore")</para></entry>
 
               <entry><para>String</para></entry>
 




More information about the jboss-remoting-commits mailing list