[Ds-java-dev] svn commit r16701 -
trunk/solutions/data-services/java/docs/design/storyboards
svn at wso2.org
svn at wso2.org
Thu May 8 07:45:11 PDT 2008
Author: azeez
Date: Thu May 8 07:45:05 2008
New Revision: 16701
Log:
updated
Added:
trunk/solutions/data-services/java/docs/design/storyboards/keystore-mgt.html
trunk/solutions/data-services/java/docs/design/storyboards/user-store-mgt.html
Modified:
trunk/solutions/data-services/java/docs/design/storyboards/menu.html
Added: trunk/solutions/data-services/java/docs/design/storyboards/keystore-mgt.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/keystore-mgt.html Thu May 8 07:45:05 2008
@@ -0,0 +1,26 @@
+<!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>
+<p><strong>Manage Security > User Stores </strong></p>
+<p>
+<fieldset style="border: medium none ;"><div tabindex="-1" id="formset"><form><fieldset><legend>Available Keystores</legend><div style="display: inline;" tabindex="-1" id="availableKeyStoreDivId"><div tabindex="-1" id="formset"><fieldset style="border: medium none ;"><table class="styled"><thead><tr><th>Name</th><th>Type</th><th>Actions</th></tr></thead><tbody><tr><td title="/software/wso2wsas-2.2.1/conf/wso2wsas.jks"><a onclick="javascript:getKeystoreInfo('wso2wsas.jks'); return false;" href="#">wso2wsas.jks</a></td><td>JKS</td>
+<td><nobr>IMPORT CERT ..... DELETE </nobr></td>
+</tr></tbody></table></fieldset></div></div></fieldset></form></div><div tabindex="-1" id="formset"><form method="post" name="keysotoreupload" action="fileupload/keystore" enctype="multipart/form-data" target="globalIFrame"><fieldset><legend>Add Keystore - Step 1: Upload Keystore file</legend><div tabindex="-1">
+ <label>Keystore File<font color="red">...................*</font></label>
+ <input name="keystoreFile" id="keystoreFile" size="50" type="file"></div><br><div tabindex="-1">
+ <label>Keystore Password<font color="red">..........*</font></label>
+ <input id="ksPassword" type="password"></div><br><div tabindex="-1">
+ <label>Provider</label>
+ ............................
+ <input id="provider" type="text"></div><br><div tabindex="-1">
+ <label>Keystore Type...................</label>
+ <select id="keystoreType"><option value="jks">JKS</option><option value="pkcs12">PKCS12</option></select></div><br><div tabindex="-1" class="buttonrow"><input onclick="return validateKeyStoreUpload();" value="Next >" type="submit"></div></fieldset></form></div></fieldset>
+ </p>
+</body>
+
+</html>
Modified: trunk/solutions/data-services/java/docs/design/storyboards/menu.html
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/menu.html (original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/menu.html Thu May 8 07:45:05 2008
@@ -13,7 +13,12 @@
<ul>
<li><a href="service-mgt.html" target="mainFrame">Services</a> </li>
<li>Logging</li>
- <li>Security</li>
+ <li>Security
+ <ul>
+ <li><a href="user-store-mgt.html" target="mainFrame">User Stores</a></li>
+ <li><a href="keystore-mgt.html" target="mainFrame">Key Stores </a></li>
+ </ul>
+ </li>
<li>Shutdown</li>
<li>Restart</li>
</ul>
Added: trunk/solutions/data-services/java/docs/design/storyboards/user-store-mgt.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/user-store-mgt.html Thu May 8 07:45:05 2008
@@ -0,0 +1,51 @@
+<!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>
+<p><strong>Manage Security > User Stores </strong></p>
+<table width="767" border="0">
+ <tr>
+ <td width="73"><div align="center"><strong>Name</strong></div></td>
+ <td width="112"><div align="center"><strong>Type</strong></div></td>
+ <td width="220"><div align="center"><strong>Description</strong></div></td>
+ <td width="344"><div align="center"><strong>Actions</strong></div></td>
+ </tr>
+ <tr>
+ <td><form id="form2" name="form2" method="post" action="">
+ <label>Store 1 </label>
+ </form> </td>
+ <td><div align="center">JDBC</div></td>
+ <td>This is the first user store </td>
+ <td>TEST CONNECTION --- EDIT ---- DELETE </td>
+ </tr>
+ <tr>
+ <td height="21"><label>Store 2 </label></td>
+ <td><div align="center">LDAP</div></td>
+ <td>This is the second user store </td>
+ <td>TEST CONNECTION --- EDIT ---- DELETE </td>
+ </tr>
+ <tr>
+ <td height="21"> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td height="21"> </td>
+ <td> </td>
+ <td> </td>
+ <td><form id="form1" name="form1" method="post" action="">
+ <label>
+ <input type="submit" name="Submit4" value="Add User Store..." />
+ </label>
+ <input type="submit" name="Submit3" value="Cancel" />
+ </form> </td>
+ </tr>
+</table>
+<p> </p>
+</body>
+</html>
More information about the Ds-java-dev
mailing list