Package net.shibboleth.idp.cas.ticket.impl
CAS protocol ticket implementations.
-
Class Summary Class Description AbstractTicketService Abstract base class for ticket services that rely onStorageService
for ticket storage.EncodingTicketService Ticket service that uses two different strategies for ticket persistence: Service tickets, proxy tickets, and root proxy-granting tickets are persisted by serializing ticket data and encrypting it into the opaque part of the ticket ID using aDataSealer
. Chained proxy-granting tickets are persisted using aStorageService
.SimpleTicketService Simple CAS ticket management service that delegates storage toStorageService
.