Spring Security Framework

Uses of Class
org.springframework.security.providers.cas.CasAuthenticationToken

Packages that use CasAuthenticationToken
org.springframework.security.providers.cas An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. 
org.springframework.security.providers.cas.cache Caches CAS tickets for the CasAuthenticationProvider
 

Uses of CasAuthenticationToken in org.springframework.security.providers.cas
 

Methods in org.springframework.security.providers.cas that return CasAuthenticationToken
 CasAuthenticationToken StatelessTicketCache.getByTicketId(String serviceTicket)
          Retrieves the CasAuthenticationToken associated with the specified ticket.
 

Methods in org.springframework.security.providers.cas with parameters of type CasAuthenticationToken
 void StatelessTicketCache.putTicketInCache(CasAuthenticationToken token)
          Adds the specified CasAuthenticationToken to the cache.
 void StatelessTicketCache.removeTicketFromCache(CasAuthenticationToken token)
          Removes the specified ticket from the cache, as per StatelessTicketCache.removeTicketFromCache(String).
 

Uses of CasAuthenticationToken in org.springframework.security.providers.cas.cache
 

Methods in org.springframework.security.providers.cas.cache that return CasAuthenticationToken
 CasAuthenticationToken NullStatelessTicketCache.getByTicketId(String serviceTicket)
           
 CasAuthenticationToken EhCacheBasedTicketCache.getByTicketId(String serviceTicket)
           
 

Methods in org.springframework.security.providers.cas.cache with parameters of type CasAuthenticationToken
 void NullStatelessTicketCache.putTicketInCache(CasAuthenticationToken token)
          This is a no-op since we are not storing tickets.
 void EhCacheBasedTicketCache.putTicketInCache(CasAuthenticationToken token)
           
 void NullStatelessTicketCache.removeTicketFromCache(CasAuthenticationToken token)
          This is a no-op since we are not storing tickets.
 void EhCacheBasedTicketCache.removeTicketFromCache(CasAuthenticationToken token)
           
 


Spring Security Framework

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