protected static class Authoriser.ManagerTask extends TimerTask
TimerTask that is used to clear the Authoriser.userMap periodically.| Modifier | Constructor and Description |
|---|---|
protected |
ManagerTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The action to be performed by this task when run by a
Timer. |
cancel, scheduledExecutionTimepublic void run()
Timer. Cleans Authoriser.userMap of users who failed
authentication (value of null).