Uses of Class
org.acegisecurity.providers.cas.CasAuthenticationToken

Packages that use CasAuthenticationToken
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 CasAuthenticationToken in org.acegisecurity.providers.cas
 

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

Methods in org.acegisecurity.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.acegisecurity.providers.cas.cache
 

Methods in org.acegisecurity.providers.cas.cache that return CasAuthenticationToken
 CasAuthenticationToken EhCacheBasedTicketCache.getByTicketId(java.lang.String serviceTicket)
           
 

Methods in org.acegisecurity.providers.cas.cache with parameters of type CasAuthenticationToken
 void EhCacheBasedTicketCache.putTicketInCache(CasAuthenticationToken token)
           
 void EhCacheBasedTicketCache.removeTicketFromCache(CasAuthenticationToken token)
           
 



Copyright © 2004-2006 Acegi Technology Pty Limited. All Rights Reserved.