Author: buildbot
Date: Wed Jun 6 14:48:05 2012
New Revision: 820492
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/main.pageCache
websites/production/cxf/content/fediz.html
Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/fediz.html
==============================================================================
--- websites/production/cxf/content/fediz.html (original)
+++ websites/production/cxf/content/fediz.html Wed Jun 6 14:48:05 2012
@@ -187,12 +187,12 @@ The RP is a web application that needs t
<h2><a shape="rect" name="Fediz-Samples"></a>Samples</h2>
-<p>The examples directory contains two sample projects:</p>
+<p>The examples directory contains two sample relying party applications.
They are independent of each other, so it is not necessary to deploy both at
once.</p>
<p>Each sample is described in the <tt>README.txt</tt></p>
<div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Sample </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <b>simpleWebapp</b> </td><td colspan="1" rowspan="1"
class="confluenceTd"> a simple web application which is protected by the Fediz
IDP. The FederationServlet illustrates how to get security information using
the standard APIs. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <b>wsclientWebapp</b> </td><td colspan="1" rowspan="1"
class="confluenceTd"> a protected web application which calls a web service
protected by the Fediz STS. The FederationServlet illustrates how to securely
call a web service. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Sample </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <b>simpleWebapp</b> </td><td colspan="1" rowspan="1"
class="confluenceTd"> a simple web application which is protected by the Fediz
IDP. The FederationServlet illustrates how to get security information using
the standard APIs. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <b>wsclientWebapp</b> </td><td colspan="1" rowspan="1"
class="confluenceTd"> a protected web application that calls a web service that
uses the Fediz STS to validate credentials. Here, the same STS is used for
token issuance (indirectly, by the web application through use of the Fediz
IDP) and validation. The FederationServlet illustrates how to securely call a
web service. </td></tr></tbody></table>
</div>
@@ -208,7 +208,7 @@ git://git.apache.org/cxf-fediz.git</li><
<h5><a shape="rect" name="Fediz-BuildingwithMaven"></a>Building with Maven</h5>
-<p>You build the run the tests using the following command:</p>
+<p>To build and run the tests use the following command:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-java">
mvn clean install