Uses of Class
net.shibboleth.idp.cas.ticket.ProxyTicket
Packages that use ProxyTicket
Package
Description
APIs related to CAS tickets.
CAS protocol ticket implementations.
CAS protocol ticket serialization implementations.
-
Uses of ProxyTicket in net.shibboleth.idp.cas.ticket
Methods in net.shibboleth.idp.cas.ticket that return ProxyTicketModifier and TypeMethodDescriptionTicketService.createProxyTicket(String id, Instant expiry, ProxyGrantingTicket pgt, String service) Creates and stores a proxy ticket for the given service.TicketService.removeProxyTicket(String id) Removes the proxy ticket with the given identifier.Methods in net.shibboleth.idp.cas.ticket with parameters of type ProxyTicketModifier and TypeMethodDescriptionTicketService.createProxyGrantingTicket(String id, Instant expiry, ProxyTicket proxyTicket, String pgtUrl) Creates a chained proxy-granting ticket from a proxy ticket. -
Uses of ProxyTicket in net.shibboleth.idp.cas.ticket.impl
Methods in net.shibboleth.idp.cas.ticket.impl that return ProxyTicketModifier and TypeMethodDescriptionEncodingTicketService.createProxyTicket(String id, Instant expiry, ProxyGrantingTicket pgt, String service) Creates and stores a proxy ticket for the given service.SimpleTicketService.createProxyTicket(String id, Instant expiry, ProxyGrantingTicket pgt, String service) Creates and stores a proxy ticket for the given service.EncodingTicketService.removeProxyTicket(String id) Removes the proxy ticket with the given identifier.SimpleTicketService.removeProxyTicket(String id) Removes the proxy ticket with the given identifier.Methods in net.shibboleth.idp.cas.ticket.impl with parameters of type ProxyTicketModifier and TypeMethodDescriptionAbstractTicketService.createProxyGrantingTicket(String id, Instant expiry, ProxyTicket proxyTicket, String pgtUrl) Creates a chained proxy-granting ticket from a proxy ticket. -
Uses of ProxyTicket in net.shibboleth.idp.cas.ticket.serialization.impl
Methods in net.shibboleth.idp.cas.ticket.serialization.impl that return ProxyTicketModifier and TypeMethodDescriptionprotected ProxyTicketProxyTicketSerializer.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 ProxyTicketModifier and TypeMethodDescriptionprotected voidProxyTicketSerializer.serializeInternal(JsonGenerator generator, ProxyTicket ticket) Serialize a ticket.