Changes between Version 2 and Version 3 of GROUP_BASE_SECURITY_R0


Ignore:
Timestamp:
05/28/09 16:30:43 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_BASE_SECURITY_R0

    v2 v3  
    3838S2S_CORE_SECURITY_R0 [[BR]] 
    3939 
    40  
    4140== How to demo == 
    4241 * Run the server application and create a user. 
     
    4443 
    4544= Design = 
    46 ^Describe your design here. 
     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. The following UML diagram shows the structure of these classes. 
    4746 
     47^Here goes the UML diagram for users and groups. 
     48 
     49^to be continued... 
    4850= Implementation = 
    4951^Describe and link the implementation results here (from the wiki or the repository).