Changes between Version 17 and Version 18 of S2S_FACADE_SECURITY_R0


Ignore:
Timestamp:
12/29/08 15:49:56 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_FACADE_SECURITY_R0

    v17 v18  
    5151 * 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. 
    5252 * 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 last step is to refactor the security part of the current web to use the facade instead the core logic. 
     53 * The last step is to refactor the security part of the current web to use the facade instead the core logic. The !HttpSession will keep a session id instead of user and the user will be retrieved from the facade by it's session id. 
    5454   
    5555Here are the unit tests: