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

Packages that use TicketResponse
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.ticketvalidator Implementations that validate service tickets. 
 

Uses of TicketResponse in org.acegisecurity.providers.cas
 

Methods in org.acegisecurity.providers.cas that return TicketResponse
 TicketResponse TicketValidator.confirmTicketValid(String serviceTicket)
          Returns information about the ticket, if it is valid for this service.
 

Uses of TicketResponse in org.acegisecurity.providers.cas.ticketvalidator
 

Methods in org.acegisecurity.providers.cas.ticketvalidator that return TicketResponse
 TicketResponse CasProxyTicketValidator.confirmTicketValid(String serviceTicket)
           
protected  TicketResponse CasProxyTicketValidator.validateNow(edu.yale.its.tp.cas.client.ProxyTicketValidator pv)
          Perform the actual remote invocation.
 



Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.