[Ds-java-dev] svn commit r16937 -
trunk/solutions/data-services/java/docs/design/storyboards
svn at wso2.org
svn at wso2.org
Tue May 13 05:31:34 PDT 2008
Author: dimuthul
Date: Tue May 13 05:31:34 2008
New Revision: 16937
Log:
Adding userstore.
Added:
trunk/solutions/data-services/java/docs/design/storyboards/add-user.html
trunk/solutions/data-services/java/docs/design/storyboards/internal-users.html
Modified:
trunk/solutions/data-services/java/docs/design/storyboards/keystore-mgt.html
trunk/solutions/data-services/java/docs/design/storyboards/menu.html
Added: trunk/solutions/data-services/java/docs/design/storyboards/add-user.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/add-user.html Tue May 13 05:31:34 2008
@@ -0,0 +1,24 @@
+<!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 > Users</strong></p>
+<form method="get" action="internal-users.html">
+<table width="767" border="0">
+ <tr><td>User name</td><td><input type="text"/></td></tr>
+<tr><td>Password</td><td><input type="text"/></td></tr>
+<tr><td>Retype password</td><td><input type="text"/></td></tr>
+<tr><td>Role</td><td><select>
+<option name="role" value ="admin">admin</option>
+<option name="role" value ="user">user</option>
+</select></td></tr>
+</table>
+<input type="submit" value="Add Users">
+</form>
+<p> </p>
+</body>
+</html>
Added: trunk/solutions/data-services/java/docs/design/storyboards/internal-users.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/internal-users.html Tue May 13 05:31:34 2008
@@ -0,0 +1,27 @@
+<!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 > Users</strong></p>
+<form method="get" action="add-user.html">
+<table width="767" border="0">
+ <tr>
+ <td width="73"><strong>Users</strong></td>
+ <td width="73"><strong>Roles</strong></td>
+ </tr>
+ <tr>
+ <td width="73">user-x</td><td width="73">role-x</td>
+ </tr>
+ <tr>
+ <td width="73">user-y</td><td width="73">role-y</td>
+ </tr>
+</table>
+<input type="submit" value="Add Users">
+</form>
+<p> </p>
+</body>
+</html>
Modified: trunk/solutions/data-services/java/docs/design/storyboards/keystore-mgt.html
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/keystore-mgt.html (original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/keystore-mgt.html Tue May 13 05:31:34 2008
@@ -10,7 +10,10 @@
<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">
+</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>
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 Tue May 13 05:31:34 2008
@@ -14,8 +14,9 @@
<li><a href="service-mgt.html" target="mainFrame">Services</a> </li>
<li>Logging</li>
<li>Security
- <ul>
- <li><a href="user-store-mgt.html" target="mainFrame">User Stores</a></li>
+ <ul>
+ <li><a href="internal-users.html" target="mainFrame">User Management</a></li>
+ <li><a href="user-store-mgt.html" target="mainFrame">External User Stores</a></li>
<li><a href="user-group-mgt.html" target="mainFrame">User Groups</a></li>
<li><a href="keystore-mgt.html" target="mainFrame">Key Stores</a></li>
</ul>
More information about the Ds-java-dev
mailing list