Changes between Version 3 and Version 4 of S2S_FACADE_SECURITY_R0


Ignore:
Timestamp:
12/28/08 12:00:22 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_FACADE_SECURITY_R0

    v3 v4  
    2323 * 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. 
    25  * Refactor the mock server and the web interface and the web services to use the newly coded security facade. 
     25 * Refactor the mock server, the web interface and the web services to use the newly coded security facade. 
    2626 
    2727== Related ==