Uses of Interface
net.shibboleth.idp.cas.ticket.TicketService
-
Packages that use TicketService Package Description net.shibboleth.idp.cas.flow.impl CAS protocol flow implementations.net.shibboleth.idp.cas.ticket.impl CAS protocol ticket implementations. -
-
Uses of TicketService in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl declared as TicketService Modifier and Type Field Description private TicketServiceBuildProxyChainAction. casTicketServiceManages CAS tickets.private TicketServiceGrantProxyTicketAction. casTicketServiceManages CAS tickets.private TicketServiceGrantServiceTicketAction. casTicketServiceManages CAS tickets.private TicketServiceInitializeProxyAction. casTicketServiceManages CAS tickets.private TicketServiceValidateProxyCallbackAction. casTicketServiceManages CAS tickets.private TicketServiceValidateTicketAction. casTicketServiceManages CAS tickets.Constructors in net.shibboleth.idp.cas.flow.impl with parameters of type TicketService Constructor Description BuildProxyChainAction(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 TicketService Modifier and Type Class Description classAbstractTicketServiceAbstract base class for ticket services that rely onStorageServicefor ticket storage.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.
-