Changes between Version 4 and Version 5 of GROUP_BASE_SECURITY_R0


Ignore:
Timestamp:
05/29/09 11:55:00 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_BASE_SECURITY_R0

    v4 v5  
    4747^Here goes the UML diagram for users and groups. 
    4848 
    49 There are currently classes for User and Group in the [source:/trunk/sophie2-platform/modules/org.sophie2.server.persistence/src/main/java/org/sophie2/server/persistence/entity org.sophie2.server.persistence.entity] package. These should be deleted and replaced with the new module. This means the existing code will be refactored where needed. 
     49There are currently classes for User and Group in the [source:/trunk/sophie2-platform/modules/org.sophie2.server.persistence/src/main/java/org/sophie2/server/persistence/entity org.sophie2.server.persistence.entity] package. These should be deleted and replaced with the new model. This means the existing code will be refactored where needed. 
    5050 
    5151The web user interface provides some JSPs in the [source:/trunk/sophie2-platform/modules/org.sophie2.server/src/main/resources/jsps org.sophie2.server] module. They should be changed to reflect the new properties for users and groups. 
    5252 
    53 ^to be continued... 
     53Here's a sketch of the structure of the [wiki:BASE_SECURITY_MODEL] page: 
     54{{{ 
     55|_Sophie2's security model - an overview of the contents of the document 
     56|__Users - description of a user, what attributes it holds, etc. 
     57|__Groups - the same for groups 
     58|__Permissions - describes how permissions are applied (will not be filled as part of this task). 
     59|_Comments 
     60}}} 
     61 
     62Existing unit tests can be found at: [source:/trunk/sophie2-platform/modules/org.sophie2.server/src/test/java/org/sophie2/server/service]. They should pass with the new model and improved if needed. 
    5463 
    5564= Implementation =