edu.yale.its.tp.cas.servlet
Class CacheInit

java.lang.Object
  |
  +--edu.yale.its.tp.cas.servlet.CacheInit

public class CacheInit
extends java.lang.Object

Sets up shared ticket caches for the CAS web application.


Constructor Summary
CacheInit()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent sce)
           
 void contextInitialized(ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheInit

public CacheInit()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent sce)

contextDestroyed

public void contextDestroyed(ServletContextEvent sce)