Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

Uses of CasAuthenticationToken in org.acegisecurity.providers.cas
 

Methods in org.acegisecurity.providers.cas that return CasAuthenticationToken
private  CasAuthenticationToken CasAuthenticationProvider.authenticateNow(org.acegisecurity.Authentication authentication)
           
 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) 55 .