Package net.shibboleth.idp.cas.ticket.impl
package net.shibboleth.idp.cas.ticket.impl
CAS protocol ticket implementations.
-
ClassesClassDescriptionAbstract base class for ticket services that rely on
StorageService
for ticket storage.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
.Simple CAS ticket management service that delegates storage toStorageService
.