Changes between Version 16 and Version 17 of S2S_FACADE_SECURITY_R0
- Timestamp:
- 12/29/08 14:40:50 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_FACADE_SECURITY_R0
v16 v17 51 51 * Second the mock server must be refactored to use the new facade model. For now only its three methods for login, retrieving groups and checking existence of a user are necessary to be implemented (see [wiki:S2S_CORE_MOCK_SERVER_R0]). Also the test cases must be refactored. The new mock facade is shown in the class diagram. 52 52 * The third step is to refactor the web services layer. For now there is only one web service - the !UserWebService (see [wiki:S2S_WEB_SERVICES_R0]). It must use the !ServerSession and it's session IDs for managing the users. 53 * The fourth step is to refactor the security part of the current web to use the facade instead the core logic. 54 * The last step is to rename all the getInstance() methods of the singletons to get() in the three server modules. 53 * The last step is to refactor the security part of the current web to use the facade instead the core logic. 55 54 56 55 Here are the unit tests: