SuccessChanges

Summary

  1. tsk75 Adds section for list all users by the admin. (details)
Commit ff44e60f5dddf75f9ce858d9bf6f9d5f8ad20ce6 by apsoto
tsk75 Adds section for list all users by the admin.
Adds listUsers.xhtml to present a list of users. Adds JSF controller
AdminController.java to manage users. Modifies UserAuthorizationEJB.java
to allow to get the current user by the admin. Adds a method in
UserEJB.java to get all the users.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserAuthorizationEJB.java (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminController.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java (diff)
The file was addedjsf/src/main/webapp/listUsers.xhtml (diff)