Package | Description |
---|---|
tlass.project |
Modifier and Type | Method and Description |
---|---|
User |
Controller.getUser()
Returns the current user
|
Modifier and Type | Method and Description |
---|---|
boolean |
LoginHandler.checkUser(User user)
Checks if the User is valid
|
void |
Controller.setUser(User user)
Sets the current user to the one specified.
|