Author: dimuthul Date: Mon Dec 10 03:46:06 2007 New Revision: 10837 Log:
Adding the jar file list Modified: trunk/solutions/identity/modules/documentation/src/site/xdoc/rp_developer_guide.xml Modified: trunk/solutions/identity/modules/documentation/src/site/xdoc/rp_developer_guide.xml ============================================================================== --- trunk/solutions/identity/modules/documentation/src/site/xdoc/rp_developer_guide.xml (original) +++ trunk/solutions/identity/modules/documentation/src/site/xdoc/rp_developer_guide.xml Mon Dec 10 03:46:06 2007 @@ -171,8 +171,24 @@ <br/> <br/> - -<h3>Step 3 : Obtain the information in the verified token and process</h3> +<h3>Step 3 : Add the following jars to your classpath</h3> +<ul> +<li>axiom-api-1.2.4.jar</li> +<li>axiom-dom-1.2.4.jar</li> +<li>axiom-impl-1.2.4.jar</li> +<li>wstx-asl-3.2.1.jar</li> +<li>bcprov-jdk15-132.jar</li> +<li>core-3.1.1.jar</li> +<li>dom4j-1.6.1.jar</li> +<li>opensaml-1.1.406.jar</li> +<li>stax-api-1.0.1.jar</li> +<li>wss4j-SNAPSHOT.jar</li> +<li>xmlsec-534045-patched.jar</li> +<li>wso2is-token-verifier-core-1.0.jar</li> +<li>wso2is-base-1.0.jar</li> +</ul> +<br/> +<h3>Step 4 : Obtain the information in the verified token and process</h3> <p>The results of token processing will be available as attributes in the ServletRequest object.</p> _______________________________________________ Identity-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/identity-dev
