Package org.jasig.cas.ticket

Classes that represent tickets and can manipulate tickets.

See:
          Description

Interface Summary
ExpirationPolicy Strategy that determines if the ticket is expired.
ServiceTicket Interface for a Service Ticket.
Ticket Interface for the generic concept of a ticket.
TicketGrantingTicket Interface for a ticket granting ticket.
TicketState  
 

Class Summary
AbstractTicket Abstract implementation of a ticket that handles all ticket state for policies.
ServiceTicketImpl Domain object representing a Service Ticket.
TicketGrantingTicketImpl Concrete implementation of a TicketGrantingTicket.
 

Exception Summary
InvalidTicketException TicketException to alert that a Ticket was not found or that it is expired.
TicketCreationException Exception thrown if there is an error creating a ticket.
TicketException Generic ticket exception.
TicketValidationException Exception to alert that there was an error validating the ticket.
 

Package org.jasig.cas.ticket Description

Classes that represent tickets and can manipulate tickets.



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.