Uses of Class
net.shibboleth.idp.cas.ticket.impl.AbstractTicketService
Packages that use AbstractTicketService
-
Uses of AbstractTicketService in net.shibboleth.idp.cas.ticket.impl
Subclasses of AbstractTicketService in net.shibboleth.idp.cas.ticket.implModifier and TypeClassDescriptionclassTicket 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.classSimple CAS ticket management service that delegates storage toStorageService.