SPT Core API

com.sptci.auth.digest
Class Authenticator.ManagerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by 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.


Constructor Summary
protected Authenticator.ManagerTask()
           
 
Method Summary
 void run()
          The action to be performed by this task when run by a Timer.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator.ManagerTask

protected Authenticator.ManagerTask()
Method Detail

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

SPT Core API