See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 | Description |
|---|---|
| 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.
|
Copyright © 2004-2012 Jasig. All Rights Reserved.