Author: buildbot
Date: Wed Aug 8 19:47:49 2012
New Revision: 828410
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/ws-security.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/ws-security.html
==============================================================================
--- websites/production/cxf/content/docs/ws-security.html (original)
+++ websites/production/cxf/content/docs/ws-security.html Wed Aug 8 19:47:49
2012
@@ -127,7 +127,7 @@ Apache CXF -- WS-Security
<ul><li>Pass authentication tokens between services</li><li>Encrypt messages
or parts of messages</li><li>Sign messages</li><li>Timestamp messages</li></ul>
-<p>Currently, CXF implements WS-Security by integrating <a shape="rect"
class="external-link" href="http://ws.apache.org/wss4j">WSS4J</a>. To use the
integration, you'll need to configure these interceptors and add them to your
service and/or client as detailed in this article. Alternatively, WS-Security
can be implemented by using <a shape="rect"
href="http://cxf.apache.org/docs/ws-securitypolicy.html">WS-SecurityPolicy</a>,
which provides a more comprehensive and sophisticated validation of the
security properties of a received message.</p>
+<p>CXF relies on <a shape="rect" class="external-link"
href="http://ws.apache.org/wss4j">WSS4J</a> in large part to implement
WS-Security. Within your own services, WS-Security can be activated by using
<a shape="rect"
href="http://cxf.apache.org/docs/ws-securitypolicy.html">WS-SecurityPolicy</a>,
which provides a comprehensive and sophisticated validation of the security
properties of a received message. A non-WS-SecurityPolicy approach is usually
also possible by way of CXF interceptors added to your service and/or client as
detailed in this article.</p>
<h1><a shape="rect"
name="WS-Security-Overviewofencryptionandsigning"></a>Overview of encryption
and signing</h1>