Author: prabath Date: Thu Jul 2 05:32:43 2009 New Revision: 40622 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40622
Log: product docs fixes Modified: branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/administratorguide.xml branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/external.xml branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/installation_guide.xml branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/production.xml branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/userguide.xml Modified: branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/administratorguide.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/administratorguide.xml?rev=40622&r1=40621&r2=40622&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/administratorguide.xml (original) +++ branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/administratorguide.xml Thu Jul 2 05:32:43 2009 @@ -37,7 +37,7 @@ <div class="toc"> <ul> <li><a href="#start">Login to Admin Console</a></li> - <li><a href="entitlement">Entitlement</a></li> + <li><a href="#entitlement">Entitlement</a></li> <ul> <li><a href="#policies">Policies</a></li> </ul> @@ -56,7 +56,7 @@ <li><a href="#sts">Security Token Service</a></li> <li><a href="#shutdown">Shutdown/Restart</a></li> </ul> - <li><a href="registry">Registry</a></li> + <li><a href="#registry">Registry</a></li> <ul> <li><a href="#browse">Browse</a></li> <li><a href="#search">Search</a></li> @@ -136,6 +136,17 @@ <p>Key store management manages the keys that are stored in a database. A Key store must contain a key pair with a certificate signed by a trusted Certification Authority (CA). The WSO2 Carbon uses the JKS type private key called WSO2 Carbon.</p> +<h3><a name="xkms"></a>XKMS</h3> +<p>WSO2 Carbon ships with an in built XKMS trust web service which is being built on top of XKMS specification and consists of 5 services which can be used to simplify key management</p> +<ul> + <li> Register service</li> + <li> Locate service</li> + <li> Validate service</li> + <li>Revoke service</li> + <li> Recover service</li> + <li>Reissue service</li> +</ul> + <h3><a name="logging"></a>Logging</h3> <p>This shows the existing Log4j configuration. And it also allows you to modify existing configuration. Modified: branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/external.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/external.xml?rev=40622&r1=40621&r2=40622&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/external.xml (original) +++ branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/external.xml Thu Jul 2 05:32:43 2009 @@ -24,7 +24,7 @@ </head> <body> <p>[<a -href="http://wso2.org/downloads/identity">Download</a>] | [<a href="index_docs.html">Documentation Index</a>] | [<a href="release-notes.html">Release Note</a>]</p> +href="http://wso2.org/downloads/identity">Download</a>] | [<a href="index_docs.html">Documentation Home</a>] | [<a href="release-notes.html">Release Note</a>]</p> <h1>WSO2 Identity Server, v2.0.0 External References</h1> Modified: branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/installation_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/installation_guide.xml?rev=40622&r1=40621&r2=40622&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/installation_guide.xml (original) +++ branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/installation_guide.xml Thu Jul 2 05:32:43 2009 @@ -21,7 +21,7 @@ <link href="css/is-docs.css" rel="stylesheet"/> </head> <body> -<p>[<a href="http://wso2.org/downloads/identity">Download</a>] | [<a href="index_docs.xml">Documentation Home</a>] | [<a href="release-notes.html">Release Note</a>]</p> +<p>[<a href="http://wso2.org/downloads/identity">Download</a>] | [<a href="index_docs.html">Documentation Home</a>] | [<a href="release-notes.html">Release Note</a>]</p> <h1>WSO2 Identity Server, v2.0.0 - Installation Guide</h1> <p>Your feedback on WSO2 Identity Server is most appreciated. Please send them to our <a href="mailinglists.html">mailing lists.</a></p> Modified: branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/production.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/production.xml?rev=40622&r1=40621&r2=40622&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/production.xml (original) +++ branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/production.xml Thu Jul 2 05:32:43 2009 @@ -22,6 +22,7 @@ <link href="css/is-docs.css" rel="stylesheet"/> </head> <body> +<p>[<a href="http://wso2.org/downloads/identity">Download</a>] | [<a href="index_docs.html">Documentation Home</a>] | [<a href="release-notes.html">Release Note</a>]</p> <h1>WSO2 Identity Server, v2.0.0 : Deploying in Production</h1> <p>Following changes should be applied on a fresh Identity Server instance. (i.e. Do not start the Identity Server until the configurations are finalized)</p> Modified: branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/userguide.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/userguide.xml?rev=40622&r1=40621&r2=40622&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/userguide.xml (original) +++ branches/solutions/identity/2.0/product/modules/documentation/src/site/xdoc/userguide.xml Thu Jul 2 05:32:43 2009 @@ -21,6 +21,7 @@ <link href="css/is-docs.css" rel="stylesheet" /> </head> <body> + <p>[<a href="http://wso2.org/downloads/identity">Download</a>] | [<a href="index_docs.html">Documentation Home</a>] | [<a href="release-notes.html">Release Note</a>]</p> <h2>Identity Server - User Guide</h2> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
