SuccessChanges

Summary

  1. Add checks of permissions in the modification of a player (details)
Commit 392f5d3d7ba3a4e19f2ce35d6c2859826405e7a2 by anrodriquez
Add checks of permissions in the modification of a player
Incorporates the verification that a user can modify their player when
the player belongs to the logged in user. It also refactorizes the
function so as not to repeat the check in all the functions.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/PlayerService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/PlayerServiceIntegrationTest.java (diff)