|
Class Summary |
| AssignAction |
This action assigns profiles to users and groups. |
| CreateGroupAction |
This action creates a new profile with name given in request parameter, and return its id |
| CreateProfileAction |
This action creates a new profile with name given in request parameter, and return its id |
| DeleteGroupAction |
This action deletes the profile with id corresponding to the one specified in request |
| DeleteProfileAction |
This action deletes the profile with id corresponding to the one specified in request |
| HasRightAction |
This action determines if the user has a right given in src. |
| IsAdminAction |
This action determines if the user is in admin. |
| ModifyGroupAction |
This action modify the composition of the profile 'id' with the / sperated
list given in 'rights' (that are request's parameters) |
| ModifyProfileAction |
This action modify the composition of the profile 'id' with the / sperated list given in 'rights' (that are request's parameters) |
| RemoveAssignAction |
This class removes profiles'assignment from users and groups for a given context |
| RenameGroupAction |
This action rename the profile 'id' with 'name' (that are request's parameter) |
| RenameProfileAction |
This action rename the profile 'id' with 'name' (that are request's parameter) |