Method Summary |
|
public boolean | authenticate(String authToken) Validates an authentication token against the user's authentication
token. |
public String | getAuthToken() Returns the user's authentication token. |
public long | getLastActionTime() Returns the time of the user's last action. |
public String | getName() Returns the user's name. |
public void | touch() Updates the time of the user's last action. |