Modifier and Type | Method and Description |
---|---|
User |
User.getUser(java.lang.String username)
Gets a user from the database.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<User> |
User.getAllUsers()
Gets all users that are stored to the database.
|