org.jasig.cas.client.proxy
Class CleanUpTimerTask
java.lang.Object
java.util.TimerTask
org.jasig.cas.client.proxy.CleanUpTimerTask
- All Implemented Interfaces:
- Runnable
public final class CleanUpTimerTask
- extends 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)
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CleanUpTimerTask
public CleanUpTimerTask(ProxyGrantingTicketStorage proxyGrantingTicketStorage)
run
public void run()
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask
Copyright © 2006-2011 Jasig. All Rights Reserved.