SuccessChanges

Summary

  1. tsk17 Adds team EJB access control and player team management (details)
Commit 6f480cc462e6cd065326d6c024a9abf60a7a14bb by agnovoa2
tsk17 Adds team EJB access control and player team management
In order to grant security, we added access control to team EJB. Now
only the user of the team can execute team EJB methods. Also added team
player management, so now you can add or remove players from a team.
The file was modifiedservice/src/test/java/ligaaas/teamc/service/TeamEJBTest.java (diff)
The file was modifiedservice/src/test/java/ligaaas/teamc/service/UserEJBTest.java (diff)
The file was addedtests/src/main/resources/datasets/teamsWithPlayersDelete.xml (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was modifiedservice/src/main/java/ligaaas/teamc/service/TeamEJB.java (diff)
The file was addedtests/src/main/resources/datasets/teamsWithPlayers.xml (diff)
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/TeamsDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/teams.xml (diff)
The file was modifiedtests/src/main/resources/datasets/teamsCreate.xml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamc/ligaaas/service/util/security/RegisteredRoleCaller.java (diff)
The file was modifiedtests/src/main/resources/datasets/teamsDelete.xml (diff)
The file was addedtests/src/main/java/ligaaas/teamc/domain/entities/IsEqualToPlayer.java (diff)
The file was addedservice/src/main/java/ligaaas/teamc/service/PlayerEJB.java (diff)
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/IsEqualToTeam.java (diff)