org.jasig.cas.client.proxy
Class CleanUpTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.jasig.cas.client.proxy.CleanUpTimerTask
All Implemented Interfaces:
java.lang.Runnable

public final class CleanUpTimerTask
extends java.util.TimerTask

A TimerTask implementation which performs the actual 'cleaning' by calling ProxyGrantingTicketStorage.cleanUp().

By default, the Cas20ProxyReceivingTicketValidationFilter configures a task that cleans up the ProxyGrantingTicketStorage associated with it.

Since:
3.1.6
Version:
$Revision$ $Date$
Author:
Brad Cupit (brad [at] lsu {dot} edu)

Constructor Summary
CleanUpTimerTask(ProxyGrantingTicketStorage proxyGrantingTicketStorage)
           
 
Method Summary
 void run()
           
 
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

CleanUpTimerTask

public CleanUpTimerTask(ProxyGrantingTicketStorage proxyGrantingTicketStorage)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask


Copyright © 2006-2009 JA-SIG. All Rights Reserved.