AppFuseSecurityMethods2 |
|
Your trail: |
Difference between
version 7
and
version 6:
At line 33 removed 6 lines. |
/** |
* Updates a user's information |
* |
* @param user the user's information |
* @throws UserExistsException |
*/ |
At line 44 removed 3 lines. |
/** |
* @see org.appfuse.service.UserManager#saveUser(org.appfuse.model.User) |
*/ |
At line 143 changed 1 line. |
{{test-all}} should now work. It is difficult to show any differences in the security now that we have added this to the service layer. That is because the User object is pretty well protected in the UserAction. |
{{ant test-all}} should work now. It is difficult to show any differences in the security now that we have added this to the service layer. That is because the User object is pretty well protected in the UserAction. The main reason I wanted to make this is for other objects in people's apps based on AppFuse that have not had the same level of scruty in the controller as {{User}}. |
Back to AppFuseSecurityMethods2,
or to the Page History.
|