Changes between Version 2 and Version 3 of S2S_FACADE_SECURITY_R0


Ignore:
Timestamp:
12/27/08 11:52:22 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_FACADE_SECURITY_R0

    v2 v3  
    2121 
    2222== Implementation idea == 
    23  * Build Facade interface and interfaces for all the current logics (security, books). The Facade interface implementations will provide implementations of these logics. 
     23 * Build Facade interface and interfaces for all the current security logics (users, groups). The Facade interface implementations will provide implementations of these logics. 
    2424 * Implement the security facade logic for the mock server and the server itself. The login method should return session id (UUID) instead of user and the security part of the facade will keep a map in itself with sessionId -> user values. 
    2525 * Refactor the mock server and the web interface and the web services to use the newly coded security facade.