Changes between Version 2 and Version 3 of GROUP_BASE_SECURITY_R0
- Timestamp:
- 05/28/09 16:30:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_BASE_SECURITY_R0
v2 v3 38 38 S2S_CORE_SECURITY_R0 [[BR]] 39 39 40 41 40 == How to demo == 42 41 * Run the server application and create a user. … … 44 43 45 44 = Design = 46 ^Describe your design here.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. 47 46 47 ^Here goes the UML diagram for users and groups. 48 49 ^to be continued... 48 50 = Implementation = 49 51 ^Describe and link the implementation results here (from the wiki or the repository).