Changes between Version 3 and Version 4 of S2S_FACADE_SECURITY_R0
- Timestamp:
- 12/28/08 12:00:22 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_FACADE_SECURITY_R0
v3 v4 23 23 * Build Facade interface and interfaces for all the current security logics (users, groups). The Facade interface implementations will provide implementations of these logics. 24 24 * 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 andthe 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. 26 26 27 27 == Related ==