Uses of Class
net.shibboleth.idp.cas.ticket.Ticket
Packages that use Ticket
Package
Description
CAS protocol flow implementations.
APIs related to CAS tickets.
CAS protocol ticket implementations.
CAS protocol ticket serialization implementations.
-
Uses of Ticket in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl declared as TicketModifier and TypeFieldDescriptionprivate Ticket
BuildProxyChainAction.ticket
Ticket.private Ticket
UpdateIdPSessionWithSPSessionAction.ticket
Ticket.private Ticket
ValidateProxyCallbackAction.ticket
CAS ticket.private Ticket
ValidateRenewAction.ticket
CAS ticket.Methods in net.shibboleth.idp.cas.flow.impl that return TicketModifier and TypeMethodDescriptionprotected Ticket
AbstractCASProtocolAction.getCASTicket
(ProfileRequestContext prc) Get the CAS ticket.Methods in net.shibboleth.idp.cas.flow.impl with parameters of type TicketModifier and TypeMethodDescriptionprotected void
AbstractCASProtocolAction.setCASTicket
(ProfileRequestContext prc, Ticket ticket) Set the CAS ticket. -
Uses of Ticket in net.shibboleth.idp.cas.ticket
Subclasses of Ticket in net.shibboleth.idp.cas.ticketModifier and TypeClassDescriptionclass
CAS proxy-granting ticket.class
CAS proxy ticket.class
CAS service ticket.Fields in net.shibboleth.idp.cas.ticket declared as TicketModifier and TypeFieldDescriptionprivate final Ticket
TicketContext.t
Ticket held by this context.Methods in net.shibboleth.idp.cas.ticket that return TicketModifier and TypeMethodDescriptionCreate a new ticket from this one with the given identifier.TicketContext.getTicket()
Get the ticket held by this context.protected Ticket
ProxyGrantingTicket.newInstance
(String newId) protected Ticket
ProxyTicket.newInstance
(String newId) protected Ticket
ServiceTicket.newInstance
(String newId) Create a new ticket with this ticket's service and expiration.protected Ticket
Ticket.newInstance
(String newId) Create a new ticket with this ticket's service and expiration.Constructors in net.shibboleth.idp.cas.ticket with parameters of type TicketModifierConstructorDescriptionTicketContext
(Ticket ticket) Creates a new ticket context to hold a CAS protocol ticket. -
Uses of Ticket in net.shibboleth.idp.cas.ticket.impl
Fields in net.shibboleth.idp.cas.ticket.impl with type parameters of type TicketModifier and TypeFieldDescriptionAbstractTicketService.CONTEXT_CLASS_MAP
Map of ticket classes to context names.private static final Map<Class<? extends Ticket>,
StorageSerializer<? extends Ticket>> AbstractTicketService.SERIALIZER_MAP
Map of ticket classes to serializers.private static final Map<Class<? extends Ticket>,
StorageSerializer<? extends Ticket>> AbstractTicketService.SERIALIZER_MAP
Map of ticket classes to serializers.Methods in net.shibboleth.idp.cas.ticket.impl with type parameters of type TicketModifier and TypeMethodDescriptionprivate <T extends Ticket>
TDecode a ticket.protected <T extends Ticket>
TRetrieves a ticket by ID from the storage service and then deletes it.private <T extends Ticket>
TEncode a ticket.protected <T extends Ticket>
TRetrieves a ticket by ID from the storage service.protected static <T extends Ticket>
StorageSerializer<T>AbstractTicketService.serializer
(Class<T> clazz) Gets the storage service serializer for the given ticket type.protected <T extends Ticket>
voidAbstractTicketService.store
(T ticket) Stores the given ticket in the storage service.Method parameters in net.shibboleth.idp.cas.ticket.impl with type arguments of type Ticket -
Uses of Ticket in net.shibboleth.idp.cas.ticket.serialization.impl
Classes in net.shibboleth.idp.cas.ticket.serialization.impl with type parameters of type TicketModifier and TypeClassDescriptionclass
AbstractTicketSerializer<T extends Ticket>
Base class for ticket serializers that use a simple field-delimited serialization strategy.