Changes between Version 9 and Version 10 of S2S_CORE_SECURITY_R0


Ignore:
Timestamp:
11/25/08 16:39:39 (16 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_CORE_SECURITY_R0

    v9 v10  
    22 
    33[[TicketQuery(summary=S2S_CORE_SECURITY_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance)]] 
    4  
    54 
    65 
     
    1110Users and the groups they belong to, must be represented by objects. There must be a service or services that provide API to manage the 
    1211users and the groups, their attributes and permissions. This API will use the persistence layer to persist the data to the database and will 
    13 be used by the web services and the client and web views. 
     12be used by the web services and the client and web views. Depends on [wiki:S2S_DEPLOY_TECHNOLOGIES_R0]. 
    1413 
    1514== Task requirements == 
    16 Object model for the security logic and services that will manage it. 
     15 * object model for the security logic and services that will manage it. 
     16 * implement security server core on basic level so we can work with users and groups. 
     17 * create good junit tests 
    1718 
    1819== Task result == 
     
    3435 
    3536== How to demo == 
    36 There will be JUnit tests for the security logic. 
     37 * Demostrate how to create, remove, update users. 
     38 * Demonstrate how to make groups and add users to them. 
     39 * use the result of [wiki:S2S_DEPLOY_TECHNOLOGIES_R0] task to demonstrate the listed features. 
    3740In future the web services and the web view will use this logic. 
    3841