Changes between Version 6 and Version 7 of S2S_CORE_SECURITY_R0
- Timestamp:
- 11/23/08 21:20:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_CORE_SECURITY_R0
v6 v7 39 39 In this revision there will be two persistent objects in security layer - Users and Groups. Every User will be able to subscribe to zero or more Groups, and every Group will be able to contain zero or more Users. 40 40 41 The security layer in that revision will be represented by two services. One for managing the users of the system and one for managing the groups. The permission logic will be added at later revision when there are books and comments. 41 The security layer in that revision will be represented by two services. One for managing the users of the system and one for managing the groups. The permission logic will be added at later revision when there are books and comments. The services will communicate with the DAO(Data Access Objects) layer 42 to query the database and the queries themselves will not be created here. The results of the web services and the content of the web pages/applets will be controlled from the service layer, that the security logic is part of. 42 43 43 44 * The !UserService: