[Ds-java-dev] svn commit r18807 - trunk/solutions/data-services/java/docs/design/storyboards

dimuthul at wso2.com dimuthul at wso2.com
Wed Jul 2 20:59:19 PDT 2008


Author: dimuthul
Date: Wed Jul  2 20:59:19 2008
New Revision: 18807
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18807

Log:
Adding the advanced scenarios.



Added:
   trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced-2.html
   trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced-3.html
Modified:
   trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced.html

Added: trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced-2.html
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced-2.html?pathrev=18807
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced-2.html	Wed Jul  2 20:59:19 2008
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Untitled Document</title>
+</head>
+
+<body>
+
+<form id="form1" name="form1" method="get" action="sec-advanced-3.html">
+
+<h3>Assign User Groups to Service</h3>
+<p><input type="checkbox" name="userGroups" value="Group1"/>Group1</p>
+<p><input type="checkbox" name="userGroups" value="Group2"/>Group2</p>
+<p><input type="checkbox" name="userGroups" value="Group3"/>Group3</p>
+
+<h3>Trusted Certificate Stors</h3>
+<p><input type="checkbox" name="trustedKS" value="Key Store 1"/>Key Store 1</p>
+<p><input type="checkbox" name="trustedKS" value="Key Store 2"/>Key Store 2</p>
+<p><input type="checkbox" name="trustedKS" value="Key Store 3"/>Key Store 3</p>
+
+<h3>Private Key Store</h3>
+
+<select name="storeName">
+<option value="keystore1">Key Store1</option>
+</select>
+<p></p>
+<p></p>
+<input type="submit" name="Done" value="Done" />
+
+</form>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+</body>
+</html>

Added: trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced-3.html
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced-3.html?pathrev=18807
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced-3.html	Wed Jul  2 20:59:19 2008
@@ -0,0 +1,19 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Untitled Document</title>
+</head>
+
+<body>
+
+<form id="form1" name="form1" method="get" action="enable-security.html">
+<p></p>
+Your request was succesful!
+<p></p>
+<input type="submit" name="Done" value="Done" />
+</form>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+</body>
+</html>

Modified: trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced.html
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced.html?rev=18807&r1=18806&r2=18807&view=diff
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced.html	(original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/sec-advanced.html	Wed Jul  2 20:59:19 2008
@@ -13,29 +13,29 @@
     <td width="344"><strong>Actions</strong></td>
   </tr>
   <tr>
-    <td><label>Policy 1</label></td>
-    <td>This is the first user store </td>
-    <td><a href="policy-editor.html">EXTEND</a></td>
+    <td><label>Policy 1 </label></td>
+    <td>Description of policy goes here - UT</td>
+    <td><a href="sec-advanced-2.html">Apply</a></td>
   </tr>
   <tr>
     <td height="21"><label>Policy 2 </label></td>
-    <td>This is the second user store </td>
-    <td><a href="policy-editor.html">EXTEND</a></td>
+    <td>Description of policy goes here - UT and Trusted</td>
+    <td><a href="sec-advanced-2.html">Apply</a></td>
   </tr>
   <tr>
     <td height="21"><label>Policy 3 </label></td>
-    <td>This is the second user store </td>
-    <td><a href="policy-editor.html">EXTEND</a></td>
+    <td>Description of policy goes here</td>
+    <td><a href="sec-advanced-2.html">Apply</a></td>
   </tr>
   <tr>
     <td height="21"><label>Policy 4 </label></td>
-    <td>This is the second user store </td>
-    <td><a href="policy-editor.html">EXTEND</a></td>
+    <td>Description of policy goes here</td>
+    <td><a href="sec-advanced-2.html">Apply</a></td>
   </tr>
   <tr>
     <td height="21"><label>Custom Policy</label></td>
-    <td>This is the second user store </td>
-    <td><a href="policy-editor.html">Add</a></td>
+    <td>Description of policy goes here</td>
+    <td><a href="sec-advanced-2.html">Apply</a></td>
   </tr>
 </table>
 <p>&nbsp;</p>



More information about the Ds-java-dev mailing list