public class AdminController extends Object
Users
and perform any other admin-level operation.| Constructor and Description |
|---|
AdminController() |
| Modifier and Type | Method and Description |
|---|---|
void |
editUser(String login) |
List<es.uvigo.esei.dgss.letta.domain.entities.User> |
getUsers()
Retrieves a
List of Users that they exist in the
database. |
public List<es.uvigo.esei.dgss.letta.domain.entities.User> getUsers()
List of Users that they exist in the
database.Users.public void editUser(String login) throws IOException
IOExceptionCopyright © 2016. All rights reserved.