Author: ruwan
Date: Sat Aug  1 20:43:40 2009
New Revision: 42369
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=42369

Log:
Documentation reformatting

Modified:
   trunk/esb/java/docs/xdoc/securing_secret_information.xml

Modified: trunk/esb/java/docs/xdoc/securing_secret_information.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/securing_secret_information.xml?rev=42369&r1=42368&r2=42369&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/securing_secret_information.xml    (original)
+++ trunk/esb/java/docs/xdoc/securing_secret_information.xml    Sat Aug  1 
20:43:40 2009
@@ -133,7 +133,6 @@
 
 <p><strong>cipher-text.properties</strong></p>
 
-<p></p>
 <pre>aliases=esb
 
 # configuration  per each plaintext
@@ -141,16 +140,12 @@
 esb.secret.alias=wso2carbon
 esb.secret.keystore=identity</pre>
 
-<p></p>
-
 <p>For security operations (encrypt / decrypt), Secret Manager uses a KeyStore
 and securing the keystore passwords can be done by any of above mentioned ways.
 In the current implementation, there is only a one Secret Repository - A file
 based Secret Repository. It is possible to implements secret repositories based
 on database, directory servers, registry etc.</p>
 
-<p></p>
-
 <h2>General API for Retrieving Secrets</h2>
 
 <p>Consider that an application has a configuration for passwords as</p>
@@ -212,11 +207,8 @@
 globally. To acccess this instance one must follow the instuctions
 given below.</p>
 
-<p></p>
-
 <p><strong>Step 1 - Adding Dependencies </strong></p>
 
-<p></p>
 <pre>&lt;dependency&gt;
     &lt;groupId&gt;org.apache.synapse&lt;/groupId&gt;
     &lt;artifactId&gt;synapse-commons&lt;/artifactId&gt;
@@ -229,12 +221,8 @@
      &lt;version&gt;${carbon.version}&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 
-<p></p>
-
 <p><strong>Setp 2 - Listening to SecretCallbackHandlerService</strong></p>
 
-<p></p>
-
 <pre>
 /** @scr.reference name="secret.callback.handler.service"
 * interface="org.wso2.carbon.securevault.SecretCallbackHandlerService"

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to