Changes between Version 8 and Version 9 of S2S_FACADE_SECURITY_R0


Ignore:
Timestamp:
12/28/08 14:56:33 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_FACADE_SECURITY_R0

    v8 v9  
    4545  * Here is the class diagram for the object model:[[BR]] 
    4646[[Image(source:/trunk/sophie2-platform/modules/org.sophie2.server/doc/S2S_FACADE_SECURITY_R0.jpg)]] [[BR]] 
    47   * The !Facade interface provides all the facade logics (for security, books, commenting, etc..). At that revision it is modeled to provide only the security logic represented by the !UserManager and the !GroupManager interfaces. 
     47  * The Facade interface provides all the facade logics (for security, books, commenting, etc..). At that revision it is modeled to provide only the security logic represented by the !UserManager and the !GroupManager interfaces. 
    4848  * The implementations of the facade interfaces are in the org.sophie2.server.facade.impl package. 
    49     * The !UserManager implementation - the !ServerUserManager works with ServerSession and provides access to logged user with the help of a string - session id. 
     49    * The !UserManager implementation - the !ServerUserManager works with !ServerSession and provides access to logged user with the help of a string - session id. 
    5050    * The !ServerSession class represents the Sophie 2 Server session and keeps the relations sessionId -> logged in user. Also it takes care of the session timeouts. 
    5151 * Second the mock server must be refactored to use the new facade model. For now only it's 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.