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

Packages that use StatelessTicketCache
org.acegisecurity.providers.cas An authentication provider that can process JA-SIG 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.
 class NullStatelessTicketCache
          Implementation of @link StatelessTicketCache that has no backing cache.
 



Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.