Changes between Version 7 and Version 8 of S2S_CORE_SECURITY_R0


Ignore:
Timestamp:
11/23/08 22:22:42 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_CORE_SECURITY_R0

    v7 v8  
    4848  * Will have method that provides all the groups an user is subscribed to. 
    4949  * Will have method that saves the changes an user has made to it's profile. 
     50  * Will have method for adding an user to a group. 
    5051 
    5152 * The !GroupService: 
    5253  * Will have method for creating of a new group by given name. If a group with such name already exists in the DB will throw !SecurityException with appropriate message 
    53   * Will have method for adding an user to a group. 
    5454  * Will have method that retrieves all the users belonging to a group. 
    5555  * Will have method that deletes an existing group from the database.