Package net.shibboleth.idp.cas.ticket
APIs related to CAS tickets.
-
Interface Summary Interface Description TicketIdGenerator Strategy for ticket generation.TicketService CAS ticket management service. -
Class Summary Class Description ProxyGrantingTicket CAS proxy-granting ticket.ProxyTicket CAS proxy ticket.ServiceTicket CAS service ticket.Ticket Generic CAS ticket that has a natural identifier and expiration.TicketContext IdP context that stores a granted CAS ticket.TicketIdentifierGenerationStrategy Generates CAS protocol ticket identifiers of the form:TicketPrincipalLookupFunction Looks up a principal name stored in a CAS ticket:ProfileRequestContext
->ProtocolContext
->TicketContext
->Ticket.getTicketState()
->TicketState.getPrincipalName()
.TicketState Supplemental state data to be stored with a ticket.