Uses of Interface
net.shibboleth.idp.cas.ticket.TicketService
Packages that use TicketService
Package
Description
CAS protocol flow implementations.
CAS protocol ticket implementations.
-
Uses of TicketService in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl declared as TicketServiceModifier and TypeFieldDescriptionprivate final TicketServiceBuildProxyChainAction.casTicketServiceManages CAS tickets.private final TicketServiceGrantProxyTicketAction.casTicketServiceManages CAS tickets.private final TicketServiceGrantServiceTicketAction.casTicketServiceManages CAS tickets.private final TicketServiceInitializeProxyAction.casTicketServiceManages CAS tickets.private final TicketServiceValidateProxyCallbackAction.casTicketServiceManages CAS tickets.private final TicketServiceValidateTicketAction.casTicketServiceManages CAS tickets.Constructors in net.shibboleth.idp.cas.flow.impl with parameters of type TicketServiceModifierConstructorDescriptionBuildProxyChainAction(TicketService ticketService) Constructor.GrantProxyTicketAction(TicketService ticketService, SessionResolver resolver) Constructor.GrantServiceTicketAction(TicketService ticketService) Constructor.InitializeProxyAction(TicketService ticketService) Constructor.ValidateProxyCallbackAction(ProxyValidator validator, TicketService ticketService) Constructor.ValidateTicketAction(TicketService ticketService) Constructor. -
Uses of TicketService in net.shibboleth.idp.cas.ticket.impl
Classes in net.shibboleth.idp.cas.ticket.impl that implement TicketServiceModifier and TypeClassDescriptionclassAbstract base class for ticket services that rely onStorageServicefor ticket storage.classTicket 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.