Changes between Version 9 and Version 10 of S2S_CORE_SECURITY_R0
- Timestamp:
- 11/25/08 16:39:39 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_CORE_SECURITY_R0
v9 v10 2 2 3 3 [[TicketQuery(summary=S2S_CORE_SECURITY_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance)]] 4 5 4 6 5 … … 11 10 Users and the groups they belong to, must be represented by objects. There must be a service or services that provide API to manage the 12 11 users 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. 12 be used by the web services and the client and web views. Depends on [wiki:S2S_DEPLOY_TECHNOLOGIES_R0]. 14 13 15 14 == 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 17 18 18 19 == Task result == … … 34 35 35 36 == 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. 37 40 In future the web services and the web view will use this logic. 38 41