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

Packages that use CasAuthenticationToken
org.springframework.security.cas.authentication An AuthenticationProvider that can process CAS service tickets and proxy tickets. 
 

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

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

Methods in org.springframework.security.cas.authentication with parameters of type CasAuthenticationToken
 void StatelessTicketCache.putTicketInCache(CasAuthenticationToken token)
          Adds the specified CasAuthenticationToken to the cache.
 void EhCacheBasedTicketCache.putTicketInCache(CasAuthenticationToken token)
           
 void NullStatelessTicketCache.putTicketInCache(CasAuthenticationToken token)
          This is a no-op since we are not storing tickets.
 void StatelessTicketCache.removeTicketFromCache(CasAuthenticationToken token)
          Removes the specified ticket from the cache, as per StatelessTicketCache.removeTicketFromCache(String).
 void EhCacheBasedTicketCache.removeTicketFromCache(CasAuthenticationToken token)
           
 void NullStatelessTicketCache.removeTicketFromCache(CasAuthenticationToken token)
          This is a no-op since we are not storing tickets.
 



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