Uses of Class
net.shibboleth.idp.cas.ticket.TicketState
Packages that use TicketState
Package
Description
APIs related to CAS tickets.
CAS protocol ticket implementations.
-
Uses of TicketState in net.shibboleth.idp.cas.ticket
Fields in net.shibboleth.idp.cas.ticket declared as TicketStateModifier and TypeFieldDescriptionprivate TicketStateTicket.ticketStateSupplemental ticket state data.Methods in net.shibboleth.idp.cas.ticket that return TicketStateModifier and TypeMethodDescriptionTicket.getTicketState()Get the supplemental ticket state data.Methods in net.shibboleth.idp.cas.ticket with parameters of type TicketStateModifier and TypeMethodDescriptionTicketService.createServiceTicket(String id, Instant expiry, String service, TicketState state, boolean renew) Creates and stores a ticket for the given service.voidTicket.setTicketState(TicketState state) Set the supplemental ticket state data. -
Uses of TicketState in net.shibboleth.idp.cas.ticket.impl
Methods in net.shibboleth.idp.cas.ticket.impl with parameters of type TicketStateModifier and TypeMethodDescriptionEncodingTicketService.createServiceTicket(String id, Instant expiry, String service, TicketState state, boolean renew) Creates and stores a ticket for the given service.SimpleTicketService.createServiceTicket(String id, Instant expiry, String service, TicketState state, boolean renew) Creates and stores a ticket for the given service.