com.sptci.auth
Class Authoriser.ManagerTask
java.lang.Object
java.util.TimerTask
com.sptci.auth.Authoriser.ManagerTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Authoriser
protected static class Authoriser.ManagerTask
- extends TimerTask
A TimerTask that is used to clear the Authoriser.userMap periodically.
|
Method Summary |
void |
run()
The action to be performed by this task when run by a
Timer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Authoriser.ManagerTask
protected Authoriser.ManagerTask()
run
public void run()
- The action to be performed by this task when run by a
Timer. Cleans Authoriser.userMap of users who failed
authentication (value of null).
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask