Uses of Package
org.jasig.cas.ticket

Packages that use org.jasig.cas.ticket
org.jasig.cas This is the entry point to the part of the CAS processing that is independent of the user/program interface. 
org.jasig.cas.remoting.server Classes to allow CAS to be exposed as a server. 
org.jasig.cas.ticket Classes that represent tickets and can manipulate tickets. 
org.jasig.cas.ticket.registry This package contains the classes related to maintaining the persistance of the Tickets for retrieval later by the Central Authentication Service. 
org.jasig.cas.ticket.support This package includes the various default expiration policies included with CAS. 
 

Classes in org.jasig.cas.ticket used by org.jasig.cas
ExpirationPolicy
          Strategy that determines if the ticket is expired.
TicketCreationException
          Exception thrown if there is an error creating a ticket.
TicketException
          Generic ticket exception.
 

Classes in org.jasig.cas.ticket used by org.jasig.cas.remoting.server
TicketException
          Generic ticket exception.
 

Classes in org.jasig.cas.ticket used by org.jasig.cas.ticket
AbstractTicket
          Abstract implementation of a ticket that handles all ticket state for policies.
ExpirationPolicy
          Strategy that determines if the ticket is expired.
ServiceTicket
          Interface for a Service Ticket.
Ticket
          Interface for the generic concept of a ticket.
TicketException
          Generic ticket exception.
TicketGrantingTicket
          Interface for a ticket granting ticket.
TicketGrantingTicketImpl
          Concrete implementation of a TicketGrantingTicket.
TicketState
           
 

Classes in org.jasig.cas.ticket used by org.jasig.cas.ticket.registry
Ticket
          Interface for the generic concept of a ticket.
 

Classes in org.jasig.cas.ticket used by org.jasig.cas.ticket.support
ExpirationPolicy
          Strategy that determines if the ticket is expired.
TicketState
           
 



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