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

Quick Search    Search Deep

org.acegisecurity.providers.cas
Interface TicketValidator  view TicketValidator download TicketValidator.java


public interface TicketValidator

Validates a CAS service ticket.

Implementations must accept CAS proxy tickets, in addition to CAS service tickets. If proxy tickets should be rejected, this is resolved by a CasProxyDecider implementation (not by the TicketValidator).

Implementations may request a proxy granting ticket if wish, although this behaviour is not mandatory.

Version:
$Id: TicketValidator.java,v 1.2 2005/11/17 00:55:47 benalex Exp $

Method Summary
 TicketResponse confirmTicketValid(java.lang.String serviceTicket)
          Returns information about the ticket, if it is valid for this service.
 

Method Detail

confirmTicketValid

public TicketResponse confirmTicketValid(java.lang.String serviceTicket)
                                  throws org.acegisecurity.AuthenticationException
Returns information about the ticket, if it is valid for this service.

Must throw an AuthenticationException if the ticket is not valid for this service.