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 2014/02/07 16:38:03 UTC

svn commit: r1565693 - in /webservices/wss4j/site/src/site/xdoc: config.xml migration.xml

Author: coheigea
Date: Fri Feb  7 15:38:03 2014
New Revision: 1565693

URL: http://svn.apache.org/r1565693
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=1565693&r1=1565692&r2=1565693&view=diff
==============================================================================
--- webservices/wss4j/site/src/site/xdoc/config.xml (original)
+++ webservices/wss4j/site/src/site/xdoc/config.xml Fri Feb  7 15:38:03 2014
@@ -243,12 +243,12 @@ The configuration tags for Actions are a
 <tr>
 <td><b>WSS4J 2.0.0</b> SIGNATURE_DERIVED</td>
 <td>SignatureDerived</td>
-<td>Perform a Signature action with derived keys. Only for StAX code.</td>
+<td>Perform a Signature action with derived keys.</td>
 </tr>
 <tr>
 <td><b>WSS4J 2.0.0</b> ENCRYPT_DERIVED</td>
 <td>EncryptDerived</td>
-<td>Perform a Encryption action with derived keys. Only for StAX code.</td>
+<td>Perform a Encryption action with derived keys.</td>
 </tr>
 <tr>
 <td><b>WSS4J 2.0.0</b> SIGNATURE_WITH_KERBEROS_TOKEN</td>
@@ -501,7 +501,7 @@ verifying trust in a certificate. Defaul
 <td>USE_ENCODED_PASSWORDS</td>
 <td>useEncodedPasswords</td>
 <td>Set whether to treat passwords as binary values for Username Tokens.
-Default is "false".</td>
+Default is "false". DOM code only.</td>
 </tr>
 <tr>
 <td>USE_SINGLE_CERTIFICATE</td>
@@ -758,20 +758,17 @@ properties files. The default is the Jas
 <tr>
 <td><b>WSS4J 2.0.0</b> DERIVED_TOKEN_KEY_ID</td>
 <td>derivedTokenKeyIdentifier</td>
-<td>This controls the key identifier of Derived Tokens. Only used by StAX
-code.</td>
+<td>This controls the key identifier of Derived Tokens.</td>
 </tr>
 <tr>
 <td><b>WSS4J 2.0.0</b> DERIVED_SIGNATURE_KEY_LENGTH</td>
 <td>derivedSignatureKeyLength</td>
-<td>The length to use (in bytes) when deriving a key for Signature. Only used
-by StAX code.</td>
+<td>The length to use (in bytes) when deriving a key for Signature.</td>
 </tr>
 <tr>
 <td><b>WSS4J 2.0.0</b> DERIVED_ENCRYPTION_KEY_LENGTH</td>
 <td>derivedEncryptionKeyLength</td>
-<td>The length to use (in bytes) when deriving a key for Encryption. Only used
-by StAX code.</td>
+<td>The length to use (in bytes) when deriving a key for Encryption.</td>
 </tr>
 </table>
 <p>

Modified: webservices/wss4j/site/src/site/xdoc/migration.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/src/site/xdoc/migration.xml?rev=1565693&r1=1565692&r2=1565693&view=diff
==============================================================================
--- webservices/wss4j/site/src/site/xdoc/migration.xml (original)
+++ webservices/wss4j/site/src/site/xdoc/migration.xml Fri Feb  7 15:38:03 2014
@@ -130,12 +130,12 @@ This section details the new Configurati
 <tr>
 <td>SIGNATURE_DERIVED</td>
 <td>SignatureDerived</td>
-<td>Perform a Signature action with derived keys. Only for StAX code.</td>
+<td>Perform a Signature action with derived keys.</td>
 </tr>
 <tr>
 <td>ENCRYPT_DERIVED</td>
 <td>EncryptDerived</td>
-<td>Perform a Encryption action with derived keys. Only for StAX code.</td>
+<td>Perform a Encryption action with derived keys.</td>
 </tr>
 <tr>
 <td>SIGNATURE_WITH_KERBEROS_TOKEN</td>
@@ -281,25 +281,22 @@ properties files. The default is the Jas
 <tr>
 <td>DERIVED_TOKEN_REFERENCE</td>
 <td>derivedTokenReference</td>
-<td>This controls how deriving tokens are referenced. Only used by StAX code.</td>
+<td>This controls how deriving tokens are referenced.</td>
 </tr>
 <tr>
 <td>DERIVED_TOKEN_KEY_ID</td>
 <td>derivedTokenKeyIdentifier</td>
-<td>This controls the key identifier of Derived Tokens. Only used by StAX
-code.</td>
+<td>This controls the key identifier of Derived Tokens.</td>
 </tr>
 <tr>
 <td>DERIVED_SIGNATURE_KEY_LENGTH</td>
 <td>derivedSignatureKeyLength</td>
-<td>The length to use (in bytes) when deriving a key for Signature. Only used
-by StAX code.</td>
+<td>The length to use (in bytes) when deriving a key for Signature.</td>
 </tr>
 <tr>
 <td>DERIVED_ENCRYPTION_KEY_LENGTH</td>
 <td>derivedEncryptionKeyLength</td>
-<td>The length to use (in bytes) when deriving a key for Encryption. Only used
-by StAX code.</td>
+<td>The length to use (in bytes) when deriving a key for Encryption.</td>
 </tr>
 </table>
 </subsection>