Changes between Version 6 and Version 7 of S2S_CORE_SECURITY_R0


Ignore:
Timestamp:
11/23/08 21:20:05 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_CORE_SECURITY_R0

    v6 v7  
    3939In 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.  
    4040 
    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. 
     41The 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 
     42to 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.  
    4243 
    4344 * The !UserService: