Author: coheigea
Date: Tue Feb 25 16:43:27 2014
New Revision: 1571739
URL: http://svn.apache.org/r1571739
Log:
Updating website
Modified:
webservices/wss4j/site/src/site/xdoc/config.xml
webservices/wss4j/site/src/site/xdoc/migration.xml
Modified: webservices/wss4j/site/src/site/xdoc/config.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/site/src/site/xdoc/config.xml?rev=1571739&r1=1571738&r2=1571739&view=diff
==============================================================================
--- webservices/wss4j/site/src/site/xdoc/config.xml (original)
+++ webservices/wss4j/site/src/site/xdoc/config.xml Tue Feb 25 16:43:27 2014
@@ -548,7 +548,13 @@ SAML Token (sender-vouches or holder-of-
<td><b>WSS4J 2.0.0</b> INCLUDE_SIGNATURE_TOKEN</td>
<td>includeSignatureToken</td>
<td>Whether to include the Signature Token in the security header as well or
-not (for IssuerSerial + Thumbprint cases). Default is "false"</td>
+not (for IssuerSerial, Thumbprint, SKI cases). Default is "false"</td>
+</tr>
+<tr>
+<td><b>WSS4J 2.0.0</b> INCLUDE_ENCRYPTION_TOKEN</td>
+<td>includeEncryptionToken</td>
+<td>Whether to include the Encryption Token in the security header as well or
+not (for IssuerSerial, Thumbprint, SKI cases). Default is "false"</td>
</tr>
<tr>
<td><b>WSS4J 2.0.0</b> ENABLE_NONCE_CACHE</td>
Modified: webservices/wss4j/site/src/site/xdoc/migration.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/site/src/site/xdoc/migration.xml?rev=1571739&r1=1571738&r2=1571739&view=diff
==============================================================================
--- webservices/wss4j/site/src/site/xdoc/migration.xml (original)
+++ webservices/wss4j/site/src/site/xdoc/migration.xml Tue Feb 25 16:43:27 2014
@@ -276,6 +276,12 @@ SAML Token (sender-vouches or holder-of-
not (for IssuerSerial + Thumbprint cases). Default is "false"</td>
</tr>
<tr>
+<td>INCLUDE_ENCRYPTION_TOKEN</td>
+<td>includeEncryptionToken</td>
+<td>Whether to include the Encryption Token in the security header as well or
+not (for IssuerSerial, Thumbprint, SKI cases). Default is "false"</td>
+</tr>
+<tr>
<td>ENABLE_NONCE_CACHE</td>
<td>enableNonceCache</td>
<td>Whether to cache UsernameToken nonces. Default is "true"</td>