Changes between Version 7 and Version 8 of S2S_CORE_SECURITY_R0
- Timestamp:
- 11/23/08 22:22:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_CORE_SECURITY_R0
v7 v8 48 48 * Will have method that provides all the groups an user is subscribed to. 49 49 * 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. 50 51 51 52 * The !GroupService: 52 53 * 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.54 54 * Will have method that retrieves all the users belonging to a group. 55 55 * Will have method that deletes an existing group from the database.