Commit
ff44e60f5dddf75f9ce858d9bf6f9d5f8ad20ce6
by apsototsk75 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.