You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2015/06/25 11:14:42 UTC

svn commit: r1687452 - /webservices/wss4j/trunk/src/site/xdoc/config.xml

Author: coheigea
Date: Thu Jun 25 09:14:42 2015
New Revision: 1687452

URL: http://svn.apache.org/r1687452
Log:
Updating website

Modified:
    webservices/wss4j/trunk/src/site/xdoc/config.xml

Modified: webservices/wss4j/trunk/src/site/xdoc/config.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/site/xdoc/config.xml?rev=1687452&r1=1687451&r2=1687452&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/site/xdoc/config.xml (original)
+++ webservices/wss4j/trunk/src/site/xdoc/config.xml Thu Jun 25 09:14:42 2015
@@ -439,7 +439,7 @@ parameter (i.e. "true" or "false") are a
 <tr>
 <td><b>WSS4J 2.0.0</b> ADD_INCLUSIVE_PREFIXES</td>
 <td>addInclusivePrefixes</td>
-<td> Whether to add an InclusiveNamespaces PrefixList as a
+<td>Whether to add an InclusiveNamespaces PrefixList as a
 CanonicalizationMethod child when generating Signatures using
 WSConstants.C14N_EXCL_OMIT_COMMENTS. Default is "true".</td>
 </tr>
@@ -587,6 +587,14 @@ conjunction with a message Signature). D
 <td>Whether to use the 2005/12 namespace for SecureConveration + DerivedKeys,
 or the older namespace. The default is "true"</td>
 </tr>
+<tr>
+<td><b>WSS4J 2.1.2/2.0.5</b> GET_SECRET_KEY_FROM_CALLBACK_HANDLER</td>
+<td>getSecretKeyFromCallbackHandler</td>
+<td>Whether to get a secret key from a CallbackHandler or not for encryption
+only. The default is false. If set to true WSS4J attempts to get the secret
+key from the CallbackHandler instead of generating a random key internally.
+</td>
+</tr>
 </table>
 <p>
 The configuration tags for properties that are configured via a non-boolean