Changes between Version 2 and Version 3 of APP_RESOURCE_PROPERTIES_SECURITY_R0
- Timestamp:
- 01/30/09 18:58:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_RESOURCE_PROPERTIES_SECURITY_R0
v2 v3 16 16 17 17 == Implementation idea == 18 * The security permissions of a resource could be a map <String, String> which is for example (UserID, read) or (GroupID, write). 18 * The security permissions of a resource could be given in a collection <String, String> which is for example (UserID, read) or (GroupID, write). 19 * Adding a permission is just adding a couple in the collection. 20 * Deleting a permission is just deleting a couple from the collection. 19 21 20 22 == Related == 21 23 * [wiki:BASE_SECURITY_MODEL_COMMONS_R0] 24 * [wiki:BASE_RESOURCE_COMMONS_R0] 22 25 23 26 == How to demo == 24 27 * Create a demo unit test to demonstrate what is done for the R0. 28 * Demonstrate that a user can read but cannot write. 29 * Give the user write permission. 30 * The user can write now. 25 31 26 32 = Design =