Changes between Version 2 and Version 3 of S2S_FACADE_SECURITY_R0
- Timestamp:
- 12/27/08 11:52:22 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_FACADE_SECURITY_R0
v2 v3 21 21 22 22 == 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. 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 25 * Refactor the mock server and the web interface and the web services to use the newly coded security facade.