Uses of Interface
org.acegisecurity.providers.cas.StatelessTicketCache

Packages that use StatelessTicketCache
org.acegisecurity.providers.cas An authentication provider that can process Yale Central Authentication Service (CAS) service tickets and proxy tickets. 
org.acegisecurity.providers.cas.cache Caches CAS tickets for the CasAuthenticationProvider
 

Uses of StatelessTicketCache in org.acegisecurity.providers.cas
 

Methods in org.acegisecurity.providers.cas that return StatelessTicketCache
 StatelessTicketCache CasAuthenticationProvider.getStatelessTicketCache()
           
 

Methods in org.acegisecurity.providers.cas with parameters of type StatelessTicketCache
 void CasAuthenticationProvider.setStatelessTicketCache(StatelessTicketCache statelessTicketCache)
           
 

Uses of StatelessTicketCache in org.acegisecurity.providers.cas.cache
 

Classes in org.acegisecurity.providers.cas.cache that implement StatelessTicketCache
 class EhCacheBasedTicketCache
          Caches tickets using a Spring IoC defined EHCACHE.
 



Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.