Package edu.yale.its.tp.cas.ticket

Interface Summary
TicketCache Represents a generic cache of CAS tickets.
 

Class Summary
ActiveTicketCache Represents a cache of tickets that each expire after a configurable period of inactivity (i.e., not being retrieved).
GrantorCache Represents a generic cache of granting tickets.
OTUTicketCache Represents a cache of tickets, each of which may be retrieved only once.
ProxyGrantingTicket Represents a CAS proxy-granting ticket (PGT), used to retrieve proxy tickets (PTs).
ProxyTicket Represents a CAS proxy ticket (PT).
ServiceTicket Represents a CAS service ticket (ST).
ServiceTicketCache Represents a generic cache of service tickets.
Ticket Represents a generic CAS ticket.
TicketGrantingTicket Represents a CAS ticket-granting ticket, typically vended as a cookie (TGC).
Util Some static utility methods.
 

Exception Summary
DuplicateTicketException A cache may throw DuplicateTicketException if it encounters an attempt to add a duplicate ticket.
InvalidTicketException A cache may throw InvalidTicketException when it encounters a ticket inappropriate for the specific set of tickets it stores.
TicketException Represents exceptions related to CAS tickets.