Uses of Interface
org.springframework.security.cas.authentication.StatelessTicketCache

Packages that use StatelessTicketCache
org.springframework.security.cas.authentication An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. 
 

Uses of StatelessTicketCache in org.springframework.security.cas.authentication
 

Classes in org.springframework.security.cas.authentication that implement StatelessTicketCache
 class EhCacheBasedTicketCache
          Caches tickets using a Spring IoC defined EHCACHE.
 class NullStatelessTicketCache
          Implementation of @link StatelessTicketCache that has no backing cache.
 

Methods in org.springframework.security.cas.authentication that return StatelessTicketCache
 StatelessTicketCache CasAuthenticationProvider.getStatelessTicketCache()
           
 

Methods in org.springframework.security.cas.authentication with parameters of type StatelessTicketCache
 void CasAuthenticationProvider.setStatelessTicketCache(StatelessTicketCache statelessTicketCache)
           
 



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