SPT Core API

com.sptci.auth
Class Authoriser.ManagerTask

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


Constructor Summary
protected Authoriser.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

Authoriser.ManagerTask

protected Authoriser.ManagerTask()
Method Detail

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

SPT Core API