com.sptci.auth.digest
Class Authenticator.ManagerTask
java.lang.Object
java.util.TimerTask
com.sptci.auth.digest.Authenticator.ManagerTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Authenticator
protected static class Authenticator.ManagerTask
- extends TimerTask
A TimerTask that is used to clear the Authenticator.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 |
Authenticator.ManagerTask
protected Authenticator.ManagerTask()
run
public void run()
- The action to be performed by this task when run by a
Timer. Cleans Authenticator.userMap of users who failed
authentication (value of null).
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask