Uses of Class
net.shibboleth.idp.cas.ticket.impl.AbstractTicketService
-
Packages that use AbstractTicketService Package Description net.shibboleth.idp.cas.ticket.impl CAS protocol ticket implementations. -
-
Uses of AbstractTicketService in net.shibboleth.idp.cas.ticket.impl
Subclasses of AbstractTicketService in net.shibboleth.idp.cas.ticket.impl Modifier and Type Class Description classEncodingTicketServiceTicket 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.classSimpleTicketServiceSimple CAS ticket management service that delegates storage toStorageService.
-