Changes between Version 2 and Version 3 of APP_RESOURCE_PROPERTIES_SECURITY_R0


Ignore:
Timestamp:
01/30/09 18:58:16 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_RESOURCE_PROPERTIES_SECURITY_R0

    v2 v3  
    1616 
    1717== 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. 
    1921 
    2022== Related == 
    2123 * [wiki:BASE_SECURITY_MODEL_COMMONS_R0] 
     24 * [wiki:BASE_RESOURCE_COMMONS_R0] 
    2225 
    2326== How to demo == 
    2427 * 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. 
    2531 
    2632= Design =