Author: nandana
Date: Wed Jun 25 22:21:53 2008
New Revision: 671761

URL: http://svn.apache.org/viewvc?rev=671761&view=rev
Log:
Giving Rampart site a new look :)

Modified:
    webservices/rampart/site/java/rampartconfig-guide.html

Modified: webservices/rampart/site/java/rampartconfig-guide.html
URL: 
http://svn.apache.org/viewvc/webservices/rampart/site/java/rampartconfig-guide.html?rev=671761&r1=671760&r2=671761&view=diff
==============================================================================
--- webservices/rampart/site/java/rampartconfig-guide.html (original)
+++ webservices/rampart/site/java/rampartconfig-guide.html Wed Jun 25 22:21:53 
2008
@@ -22,12 +22,17 @@
       </head>
   <body class="composite">
     <div id="banner">
-                  <a href="ws.apache.org/rampart/" id="bannerLeft">
+                  <a href="images/apache-rampart-logo.jpg" id="bannerLeft">
     
             Apache Rampart
     
             </a>
-                    <div class="clear">
+                        <a href="http://www.apache.org"; id="bannerRight">
+    
+                                            <img 
src="images/apache-rampart-banner.jpg" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -40,13 +45,11 @@
   
   
             <div class="xleft">
-        Last Published: 03 Mar 2008
+        Last Published: 23 Jun 2008
                       </div>
-            <div class="xright">      <a 
href="http://www.apache.org/";>Apache</a>
+            <div class="xright">      <a href="../../">WebServices</a>
           |
-          <a href="../../">WebServices</a>
-          |
-          <a href="../../">WebServices</a>
+          <a href="http://ws.apache.org/axis2";>Axis2/Java</a>
           
   
 
@@ -72,7 +75,7 @@
         <ul>
               
     <li class="none">
-              <a href="index.html">About</a>
+              <a href="index.html">Home</a>
         </li>
               
           
@@ -99,7 +102,15 @@
               
       
             
+      
+            
+      
+            
+            
             
+      
+            
+      
             
       
               
@@ -108,7 +119,15 @@
                 <ul>
                   
     <li class="none">
-              <a href="quick-start.html">Quick Start Guide</a>
+              <a href="quick-start.html">Getting Started</a>
+        </li>
+                  
+    <li class="none">
+              <a href="samples.html">Samples</a>
+        </li>
+                  
+    <li class="none">
+              <a href="http://wiki.apache.org/ws/FrontPage/Rampart/FAQ";>FAQ</a>
         </li>
                   
     <li class="none">
@@ -116,8 +135,16 @@
         </li>
                   
     <li class="none">
+              <a href="setting-up-sts.html">STS Configuration</a>
+        </li>
+                  
+    <li class="none">
               <a href="developer-guide.html">Developer Guide</a>
         </li>
+                  
+    <li class="none">
+              <a href="siteHowTo.html">Build the Site</a>
+        </li>
               </ul>
         </li>
               
@@ -130,11 +157,43 @@
       
               
         <li class="expanded">
+              <a href="">Resources</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="articles.html">Articles</a>
+        </li>
+                  
+    <li class="none">
+              <a href="specifications.html">Specifications</a>
+        </li>
+                  
+    <li class="none">
+              <a href="apidocs/index.html">Online Javadocs</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="expanded">
               <a href="">Project Information</a>
                 <ul>
                   
     <li class="none">
-              <a href="mail-lists.html">Mailing Lists</a>
+              <a href="team-list.html">Project Team</a>
         </li>
                   
     <li class="none">
@@ -142,8 +201,20 @@
         </li>
                   
     <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a 
href="http://svn.apache.org/viewcvs.cgi/webservices/rampart/trunk/?root=Apache-SVN";>Source
 Code</a>
+        </li>
+                  
+    <li class="none">
               <a href="dependencies.html">Dependencies</a>
         </li>
+                  
+    <li class="none">
+              <a 
href="http://www.apache.org/licenses/LICENSE-2.0.html";>License</a>
+        </li>
               </ul>
         </li>
           </ul>
@@ -163,10 +234,9 @@
       <div id="contentBox">
         <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
-Apache Rampart - Configuration Guide
-      </head>
+</head>
   
-
+<h1>Apache Rampart - Configuration Guide</h1>
 <h2>Rampart Configurations</h2>
 <p>RampartConfig element can have any of the following child elements. Schema 
is available <a href="rampart-config.xsd">here</a></p>
 <table class="bodyTable"><tbody>
@@ -176,13 +246,22 @@
         &lt;user&gt; bob&lt;/user&gt;</td></tr>
     <tr class="a"><td>userCertAlias</td><td>The user's cert alias</td><td>Set 
alias of the key to be used to sign<br></br>
         &lt;userCertAlias&gt; bob&lt;/userCertAlias&gt;</td></tr>
-    <tr class="b"><td>encryptionUser</td><td>The user's name for 
encryption.</td><td><br></br>
+    <tr class="b"><td>encryptionUser</td><td>The user's name for 
encryption.</td><td>
         &lt;encryptionUser&gt;alice&lt;/encryptionUser&gt;</td></tr>
     <tr class="a"><td>passwordCallbackClass</td><td>Callback class used to 
provide the password required to create the
-        UsernameToken or to sign the 
message</td><td>&lt;passwordCallbackClass&gt;
-        
org.apache.axis2.security.PWCallback&lt;/passwordCallbackClass&gt;</td></tr>
-
-    <tr class="b"><td>signatureCrypto</td><td>properties to needed perform 
signature, such as crypto
+        UsernameToken or to sign the message</td><td>
+<pre>
+&lt;passwordCallbackClass&gt;
+    org.apache.axis2.security.PWCallback
+&lt;/passwordCallbackClass&gt;
+</pre></td></tr>
+    <tr class="b"><td>policyValidatorCbClass</td><td>Callback class used to 
provide custom validater  </td><td>
+<pre>
+&lt;policyValidatorCbClass&gt;
+    org.apache.axis2.security.CustomPolicyValidater
+&lt;/policyValidatorCbClass&gt;
+</pre></td></tr>
+    <tr class="a"><td>signatureCrypto</td><td>properties to needed perform 
signature, such as crypto
         provider, keystore and its password</td><td>
 <pre>
 &lt;signatureCrypto&gt;
@@ -194,22 +273,37 @@
 &lt;signatureCrypto&gt;
 </pre>
                </td></tr>
-    <tr class="a"><td>encryptionCypto</td><td>properties to needed perform 
signature, such as crypto
-        provider, keystore and its 
password</td><td>&lt;encryptionCypto&gt;....crypto element 
......&lt;/encryptionCypto&gt;</td></tr>
-    <tr class="b"><td>decryptionCrypto</td><td>properties to needed perform 
signature, such as crypto
-        provider, keystore and its 
password</td><td>&lt;decryptionCrypto&gt;....crypto element 
......&lt;/decryptionCrypto&gt;</td></tr>
- <tr class="a"><td>timestampTTL</td><td>Time to live of Timestamp</td><td>The 
default timestamp time to live is 300 seconds</td></tr>
-    <tr class="b"><td>timestampMaxSkew</td><td>The maximum tolerence limit for 
timeskew of the timestamp</td><td>Rampart allows timestamps created slightly 
ahead of the reciever's time.<br></br> This parameter allows to specify the 
tolerence limit</td></tr>
-    <tr class="a"><td>tokenStoreClass</td><td></td><td></td></tr>
-    <tr class="b"><td>sslConfig</td><td>SSL Configuration need for 
Transportbinding</td><td>Can specify the properties such as 
&quot;javax.net.ssl.trustStore&quot; and 
&quot;javax.net.ssl.trustStorePassword&quot;. Please see below for more 
information.</td></tr>
+    <tr class="b"><td>encryptionCypto</td><td>properties to needed perform 
signature, such as crypto
+        provider, keystore and its password</td><td>
+<pre>        
+&lt;encryptionCypto&gt;
+    ....crypto element ......
+&lt;/encryptionCypto&gt;
+</pre></td></tr>
+    <tr class="a"><td>decryptionCrypto</td><td>properties to needed perform 
signature, such as crypto
+        provider, keystore and its password</td><td>
+<pre>  
+&lt;decryptionCrypto&gt;
+    ....crypto element ......
+&lt;/decryptionCrypto&gt;</pre></td></tr>
+ <tr class="b"><td>timestampTTL</td><td>Time to live of Timestamp</td><td>The 
default timestamp time to live is 300 seconds</td></tr>
+    <tr class="a"><td>timestampMaxSkew</td><td>The maximum tolerence limit for 
timeskew of the timestamp</td><td>Rampart allows timestamps created slightly 
ahead of the reciever's time.<br></br> This parameter allows to specify the 
tolerence limit</td></tr>
+    <tr class="b"><td>timestampPrecisionInMilliseconds</td><td> Whether the 
timestamps precision should be milliseconds </td><td>When this value is set 
false, generated timestamps doesn't contain milliseconds </td></tr>
+    <tr class="a"><td>optimizeParts</td><td></td><td></td></tr>
+    <tr class="b"><td>tokenStoreClass</td><td></td><td></td></tr>
+    <tr class="a"><td>sslConfig</td><td>SSL Configuration need for 
Transportbinding</td><td>Can specify the properties such as 
&quot;javax.net.ssl.trustStore&quot; and 
&quot;javax.net.ssl.trustStorePassword&quot;. Please see below for more 
information.</td></tr>
   </tbody></table>
+<br></br>
 <h3>Crypto Provider</h3>
   <p>org.apache.ws.security.crypto.provider defines the implementation of
 the org.apache.ws.security.components.crypto.Crypto interface to provide the
 crypto information required by WSS4J. The other properties defined are the
 configuration properties used by the implementation class
-(org.apache.ws.security.components.crypto.Merlin). <a name="ref"></a><a 
name="references"></a></p>
-<a name="References"></a><h3>References</h3>1. <a 
href="http://ws.apache.org/wss4j";>Apache WSS4J -Home</a>
+(org.apache.ws.security.components.crypto.Merlin). 
+<br></br>
+<a name="ref"></a><a name="references"></a></p>
+<a name="References"></a>
+<h3>References</h3>1. <a href="http://ws.apache.org/wss4j";>Apache WSS4J 
-Home</a>
   
 </html>
       </div>


Reply via email to