Uses of Class
net.shibboleth.idp.cas.ticket.ServiceTicket
Packages that use ServiceTicket
Package
Description
APIs related to CAS tickets.
CAS protocol ticket implementations.
CAS protocol ticket serialization implementations.
-
Uses of ServiceTicket in net.shibboleth.idp.cas.ticket
Methods in net.shibboleth.idp.cas.ticket that return ServiceTicketModifier and TypeMethodDescriptionTicketService.createServiceTicket(String id, Instant expiry, String service, TicketState state, boolean renew) Creates and stores a ticket for the given service.TicketService.removeServiceTicket(String id) Removes the service ticket with the given identifier.Methods in net.shibboleth.idp.cas.ticket with parameters of type ServiceTicketModifier and TypeMethodDescriptionTicketService.createProxyGrantingTicket(String id, Instant expiry, ServiceTicket serviceTicket, String pgtUrl) Creates a top-level proxy-granting ticket from a service ticket. -
Uses of ServiceTicket in net.shibboleth.idp.cas.ticket.impl
Methods in net.shibboleth.idp.cas.ticket.impl that return ServiceTicketModifier 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.EncodingTicketService.removeServiceTicket(String id) Removes the service ticket with the given identifier.SimpleTicketService.removeServiceTicket(String id) Removes the service ticket with the given identifier.Methods in net.shibboleth.idp.cas.ticket.impl with parameters of type ServiceTicketModifier and TypeMethodDescriptionAbstractTicketService.createProxyGrantingTicket(String id, Instant expiry, ServiceTicket serviceTicket, String pgtUrl) Creates a top-level proxy-granting ticket from a service ticket.EncodingTicketService.createProxyGrantingTicket(String id, Instant expiry, ServiceTicket serviceTicket, String pgtUrl) Creates a top-level proxy-granting ticket from a service ticket. -
Uses of ServiceTicket in net.shibboleth.idp.cas.ticket.serialization.impl
Methods in net.shibboleth.idp.cas.ticket.serialization.impl that return ServiceTicketModifier and TypeMethodDescriptionprotected ServiceTicketServiceTicketSerializer.createTicket(JsonObject o, String id, String service, Instant expiry) Create a ticket.Methods in net.shibboleth.idp.cas.ticket.serialization.impl with parameters of type ServiceTicketModifier and TypeMethodDescriptionprotected voidServiceTicketSerializer.serializeInternal(JsonGenerator generator, ServiceTicket ticket) Serialize a ticket.