Changes between Version 5 and Version 6 of GROUP_BASE_SECURITY_R0


Ignore:
Timestamp:
05/29/09 12:06:14 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_BASE_SECURITY_R0

    v5 v6  
    4343 
    4444= Design = 
    45 The security model of Sophie2 should be separated in its own module - org.sophie2.base.model.security. It will contain classes for users, groups, permissions, etc. and will be used by the server module. Two new classes will be created in this module - User and UserGroup. The following UML diagram shows the structure of these classes. 
    46  
    47 ^Here goes the UML diagram for users and groups. 
     45The security model of Sophie2 should be separated in its own module - org.sophie2.base.model.security. It will contain classes for users, groups, permissions, etc. and will be used by the server module. Two new classes will be created in this module - User and UserGroup. These classes will contain properties for each of the attributes, listed in the [wiki:GROUP_BASE_SECURITY_R0#Taskrequirements Task requirements] section. 
    4846 
    4947There 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.