You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ru...@apache.org on 2006/05/01 10:42:04 UTC

svn commit: r398550 - in /webservices/wss4j/trunk: README.txt wss4j-readme.html xdocs/index.xml

Author: ruchithf
Date: Mon May  1 01:42:03 2006
New Revision: 398550

URL: http://svn.apache.org/viewcvs?rev=398550&view=rev
Log:
Updating docs

Modified:
    webservices/wss4j/trunk/README.txt
    webservices/wss4j/trunk/wss4j-readme.html
    webservices/wss4j/trunk/xdocs/index.xml

Modified: webservices/wss4j/trunk/README.txt
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/README.txt?rev=398550&r1=398549&r2=398550&view=diff
==============================================================================
--- webservices/wss4j/trunk/README.txt (original)
+++ webservices/wss4j/trunk/README.txt Mon May  1 01:42:03 2006
@@ -31,7 +31,7 @@
 The WSS4J release 1.1.0 is the last release that supports this old, draft
 WSS specifications. 
 
-The next WSS4J releases (>= 1.2.x)
+The next WSS4J releases (>= 1.5.x)
 - support the OASIS V1.0 specs and the relevant namespaces only
 - support one versions of provisional (draft) namespaces for the upcoming version
 
@@ -61,25 +61,17 @@
 of the WS sub-projects:
     http://wiki.apache.org/ws/
     http://wiki.apache.org/ws/FrontPage/WsFx
+	
 
+WS-Trust and WS-Secure Conversation specifications
 
-The 'Trust' and 'Conversation' parts of WSS4J implements the WS-Trust 
-and WS-Secure Conversation specifications.
+WSS4J now comes with the support for derived key token signature and encryption.
+This is used by the Axis2-"rahas" module to provide the WS-Secure Conversation.
 
-Status of these two parts right now:
-  * WS-Trust implementation is in the process of being re-done.
-  * WS-Secure Conversation impl will be re-worked burning the
-    WS-Addressing stuff into it once we have the components of WS-Trust
-    implementation ready.
-
-Introperability of these two parts:
-The SecurityTokenService successfully interoped with IBM's implementation
-last year (Token issuance only). But as of now we cannot confirm
-interoperability due to the changes.
-
-Therefore the 'Trust' and 'Conversation' parts of WSS4J are experimental
-and are contained in the "sandbox" package.
+WS-Trust support is also being developed within Axis2 based on WSS4J
 
+org.apache.ws.sandbox. package contains experimental implementations of these 
+specifications.
 
 * Installation (binary distribution) *
 
@@ -124,10 +116,10 @@
 
     See: http://ws.apache.org/addressing/
 
-axis-1.2.1.jar
-axis-ant-1.2.1.jar
-axis-jaxrpc-1.2.1.jar
-axis-saaj-1.2.1.jar
+axis-1.4.jar
+axis-ant-1.4.jar
+axis-jaxrpc-1.4.jar
+axis-saaj-1.4.jar
     These jars contain the Apache Axis base software. They implement
     the basic SOAP processing, deployment, WSDL to Java, Java to WSDL
     tools and a lot more. Plase refer to a Axis documentation how to
@@ -136,7 +128,7 @@
     
     See: http://ws.apache.org/axis/
 
-bcprov-jdk13-128.jar
+bcprov-jdk13-132.jar
     This is the BouncyCastle library that implements all necessary
     encryption, hashing, certifcate, and keystore functions. Without
     this fanatstic library WSS4J wouldn't work at all.
@@ -178,7 +170,7 @@
     
     See: http://ws.apache.org/axis/  under related projects
     
-xalan-2.6.0.jar
+xalan-2.7.0.jar
     Library that implements XML Path Language (XPath) and XSLT. The XML 
     Security implementation needs several functions of Xalan XPath.
    
@@ -191,8 +183,8 @@
     
     See: http://xml.apache.org/security/
     
-dom3-xercesImpl-2_6_2.jar
-dom3-xml-apis-2_6_2.jar
+xercesImpl.jar
+xml-apis.jar
     The XML parser implementation. Required by anybody :-) .
 
     See: http://xml.apache.org/xerces2-j/

Modified: webservices/wss4j/trunk/wss4j-readme.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/wss4j-readme.html?rev=398550&r1=398549&r2=398550&view=diff
==============================================================================
--- webservices/wss4j/trunk/wss4j-readme.html (original)
+++ webservices/wss4j/trunk/wss4j-readme.html Mon May  1 01:42:03 2006
@@ -46,7 +46,7 @@
 WebSphere 5.1 and WebLogic 8.1 SP2. The WSS4J release 1.1.0 is the
 last release that supports this old, draft WSS specifications. 
 </P>
-<P STYLE="margin-bottom: 0cm">The next WSS4J releases (&gt;= 1.2.x)</P>
+<P STYLE="margin-bottom: 0cm">The next WSS4J releases (&gt;= 1.5.x)</P>
 <UL>
 	<LI><P STYLE="margin-bottom: 0cm">support the OASIS V1.0 specs and
 	the relevant namespaces only</P>
@@ -79,25 +79,17 @@
 as one of the WS sub-projects:</P>
 <P STYLE="margin-bottom: 0cm"><A HREF="http://wiki.apache.org/ws/">http://wiki.apache.org/ws/</A></P>
 <P STYLE="margin-bottom: 0cm"><A HREF="http://wiki.apache.org/ws/FrontPage/WsFx">http://wiki.apache.org/ws/FrontPage/WsFx</A></P>
-<H3>WS-Trust and WS-Secure specifications</H3>
-<P STYLE="margin-bottom: 0cm">The 'Trust' and 'Conversation' parts of
-WSS4J implements the WS-Trust and WS-Secure Conversation
-specifications. The status of these two parts right now:</P>
-<UL>
-	<LI><P STYLE="margin-bottom: 0cm">WS-Trust implementation is in the
-	process of being re-done.</P>
-	<LI><P STYLE="margin-bottom: 0cm">WS-Secure Conversation
-	implementation will be re-worked burning the WS-Addressing stuff
-	into it once we have the components of WS-Trust implementation
-	ready.</P>
-</UL>
-<P STYLE="margin-bottom: 0cm">Introperability of these two parts:</P>
-<P STYLE="margin-bottom: 0cm">The SecurityTokenService successfully
-interoped with IBM's implementation last year (Token issuance only).
-But as of now we cannot confirm interoperability due to the changes.</P>
-<P STYLE="margin-bottom: 0cm">Therefore the 'Trust' and
-'Conversation' parts of WSS4J are experimental and are contained in
-the &quot;sandbox&quot; package.</P>
+<H3>WS-Trust and WS-Secure Conversation specifications</H3>
+
+<p>WSS4J now comes with the support for derived key token signature and 
+encryption. This is used by the Axis2-"rahas" module to provide the 
+WS-Secure Conversation.</p>
+
+<p>WS-Trust support is also being developed within Axis2 based on WSS4J</p>
+
+<p><i>org.apache.ws.sandbox.</i> package contains experimental implementations of these 
+specifications.</p>
+
 <H2>Installation (binary distribution)</H2>
 <P STYLE="margin-bottom: 0cm">The WSS4J zip archive is the binary
 distribution and contains the wss4j jar file, some examples, test
@@ -142,7 +134,7 @@
 implementation of WS-Adressing, required by WSS4J Trust.</P>
 <P STYLE="margin-left: 2cm; margin-bottom: 0cm">See:
 <A HREF="http://ws.apache.org/addressing/">http://ws.apache.org/addressing/</A></P>
-<P STYLE="margin-bottom: 0cm"><FONT FACE="Courier New"><FONT SIZE=2>axis-1.2.1.jar<BR>axis-ant-1.2.1.jar<BR>axis-jaxrpc-1.2.1.jar<BR>axis-saaj-1.2.1.jar</FONT></FONT></P>
+<P STYLE="margin-bottom: 0cm"><FONT FACE="Courier New"><FONT SIZE=2>axis-1.4.jar<BR>axis-ant-1.4.jar<BR>axis-jaxrpc-1.4.jar<BR>axis-saaj-1.4.jar</FONT></FONT></P>
 <P STYLE="margin-left: 2cm; margin-bottom: 0cm">These jars contain
 the Apache Axis base software. They implement the basic SOAP
 processing, deployment, WSDL to Java, Java to WSDL tools and a lot
@@ -151,7 +143,7 @@
 before you start with any WSS4J functions.</P>
 <P STYLE="margin-left: 2cm; margin-bottom: 0cm">See:
 <A HREF="http://ws.apache.org/axis/">http://ws.apache.org/axis/</A></P>
-<P STYLE="margin-bottom: 0cm"><FONT FACE="Courier New"><FONT SIZE=2>bcprov-jdk13-128.jar</FONT></FONT></P>
+<P STYLE="margin-bottom: 0cm"><FONT FACE="Courier New"><FONT SIZE=2>bcprov-jdk13-132.jar</FONT></FONT></P>
 <P STYLE="margin-left: 2cm; margin-bottom: 0cm">This is the
 BouncyCastle library that implements all necessary encryption,
 hashing, certifcate, and keystore functions. Without this fanatstic
@@ -187,20 +179,20 @@
 <P STYLE="margin-left: 2cm; margin-bottom: 0cm">See:
 <A HREF="http://ws.apache.org/axis/">http://ws.apache.org/axis/</A>
 under related projects</P>
-<P STYLE="margin-bottom: 0cm"><FONT FACE="Courier New"><FONT SIZE=2>xalan-2.6.0.jar</FONT></FONT></P>
+<P STYLE="margin-bottom: 0cm"><FONT FACE="Courier New"><FONT SIZE=2>xalan-2.7.0.jar</FONT></FONT></P>
 <P STYLE="margin-left: 2cm; margin-bottom: 0cm">Library that
 implements XML Path Language (XPath) and XSLT. The XML Security
 implementation needs several functions of Xalan XPath.</P>
 <P STYLE="margin-left: 2cm; margin-bottom: 0cm">See:
 <A HREF="http://xml.apache.org/xalan-j/">http://xml.apache.org/xalan-j/</A></P>
-<P STYLE="margin-bottom: 0cm"><FONT FACE="Courier New"><FONT SIZE=2>xmlsec-1.2.1.jar</FONT></FONT></P>
+<P STYLE="margin-bottom: 0cm"><FONT FACE="Courier New"><FONT SIZE=2>xmlsec-1.3.0.jar</FONT></FONT></P>
 <P STYLE="margin-left: 2cm; margin-bottom: 0cm">This library
 implements the XML-Signature Syntax and Processing and the XML
 Encryption Syntax and Processing specifications of the W3C. Thus they
 form one of the base foundations of WSS4J.</P>
 <P STYLE="margin-left: 2cm; margin-bottom: 0cm">See:
 <A HREF="http://xml.apache.org/security/">http://xml.apache.org/security/</A></P>
-<P STYLE="margin-bottom: 0cm"><FONT FACE="Courier New"><FONT SIZE=2>dom3-xercesImpl-2_6_2.jar<BR>dom3-xml-apis-2_6_2.jar</FONT></FONT></P>
+<P STYLE="margin-bottom: 0cm"><FONT FACE="Courier New"><FONT SIZE=2>xercesImpl.jar<BR>xml-apis.jar</FONT></FONT></P>
 <P STYLE="margin-left: 2cm; margin-bottom: 0cm">The XML parser
 implementation. Required by anybody :-) .</P>
 <P STYLE="margin-left: 2cm; margin-bottom: 0cm">See:

Modified: webservices/wss4j/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/xdocs/index.xml?rev=398550&r1=398549&r2=398550&view=diff
==============================================================================
--- webservices/wss4j/trunk/xdocs/index.xml (original)
+++ webservices/wss4j/trunk/xdocs/index.xml Mon May  1 01:42:03 2006
@@ -22,8 +22,8 @@
                     </li>
                     <ul>
                         <li>WSS4J API</li>
-                        <li>WSS4J on Axis<br/>
-                        </li>
+                        <li>WSS4J on Axis</li>
+                        <li>Rampart: WS-Security Implementation module for Axis2</li>
                     </ul>
                 </ul>
                 <br/>
@@ -56,10 +56,6 @@
 Token Profile V1.0</a>
                     </li>
                 </ul>
-                <div style="margin-left: 40px;">WSS4J can also be configured to emulate
-previous WSS spec implementations with older namespaces, such as
-WebSphere 5.1 and WebLogic 8.1 SP2.<br/>
-                </div>
             </subsection>
             <subsection name="Where can I download WSS4J">
                 <p style="margin-left: 40px;">Latest version of WSS4J is 1.5.0:<br/>
@@ -107,6 +103,13 @@
             <subsection name="WSS4J on Axis">
                 <p style="margin-left: 40px;">Please refer to the the <a href="axis.html">Axis
 Deployment Tutorial</a> for a short tutorial and <a href="package.html">Axis Deployment Examples</a> for more details.<br/>
+                </p>
+                <br/>
+            </subsection>
+			<subsection name="Rampart: WS-Security Implementation module for Axis2">
+                <p style="margin-left: 40px;">Please refer to the the 
+				<a href="http://svn.apache.org/viewcvs.cgi/*checkout*/webservices/axis2/trunk/java/xdocs/latest/security-module.html">
+				Rampart configuration guide</a> for configuration information<br/>
                 </p>
                 <br/>
             </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org