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 TicketBuildProxyChainAction.ticketTicket.private TicketUpdateIdPSessionWithSPSessionAction.ticketTicket.private TicketValidateProxyCallbackAction.ticketCAS ticket.private TicketValidateRenewAction.ticketCAS ticket.Methods in net.shibboleth.idp.cas.flow.impl that return TicketModifier and TypeMethodDescriptionprotected TicketAbstractCASProtocolAction.getCASTicket(ProfileRequestContext prc) Get the CAS ticket.private TicketValidateProxyCallbackAction.getTicket()Null Safe getter.Methods in net.shibboleth.idp.cas.flow.impl with parameters of type TicketModifier and TypeMethodDescriptionprotected voidAbstractCASProtocolAction.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 TypeClassDescriptionclassCAS proxy-granting ticket.classCAS proxy ticket.classCAS service ticket.Fields in net.shibboleth.idp.cas.ticket declared as TicketModifier and TypeFieldDescriptionprivate final TicketTicketContext.tTicket 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 TicketProxyGrantingTicket.newInstance(String newId) Create a new ticket with this ticket's service and expiration.protected TicketProxyTicket.newInstance(String newId) Create a new ticket with this ticket's service and expiration.protected TicketServiceTicket.newInstance(String newId) Create a new ticket with this ticket's service and expiration.protected TicketTicket.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_MAPMap of ticket classes to context names.private static final Map<Class<? extends Ticket>,StorageSerializer<? extends Ticket>> AbstractTicketService.SERIALIZER_MAPMap of ticket classes to serializers.private static final Map<Class<? extends Ticket>,StorageSerializer<? extends Ticket>> AbstractTicketService.SERIALIZER_MAPMap 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.(package 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 TypeClassDescriptionclassAbstractTicketSerializer<T extends Ticket>Base class for ticket serializers that use a simple field-delimited serialization strategy.