|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.TimerTask
org.jasig.cas.client.proxy.CleanUpTimerTask
public final class CleanUpTimerTask
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.
| 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 |
|---|
public CleanUpTimerTask(ProxyGrantingTicketStorage proxyGrantingTicketStorage)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class java.util.TimerTask
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||