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. |
| 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. These classes will contain properties for each of the attributes, listed in the [wiki:GROUP_BASE_SECURITY_R0#Taskrequirements Task requirements] section. |