Spring Security Framework

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

Packages that useCasAuthenticationToken
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 theCasAuthenticationProvider
 

Uses ofCasAuthenticationToken in org.springframework.security.providers.cas
 

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

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

Uses ofCasAuthenticationToken in org.springframework.security.providers.cas.cache
 

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

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


Spring Security Framework

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