Uses of Class
net.shibboleth.idp.cas.ticket.ProxyGrantingTicket
Packages that use ProxyGrantingTicket
Package
Description
CAS protocol flow implementations.
APIs related to CAS tickets.
CAS protocol ticket implementations.
CAS protocol ticket serialization implementations.
-
Uses of ProxyGrantingTicket in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl declared as ProxyGrantingTicketModifier and TypeFieldDescriptionprivate ProxyGrantingTicketGrantProxyTicketAction.proxyGrantingTicketCAS ticket.Methods in net.shibboleth.idp.cas.flow.impl that return ProxyGrantingTicketModifier and TypeMethodDescriptionprivate ProxyGrantingTicketGrantProxyTicketAction.getProxyGrantingTicket()Null-safe getter. -
Uses of ProxyGrantingTicket in net.shibboleth.idp.cas.ticket
Methods in net.shibboleth.idp.cas.ticket that return ProxyGrantingTicketModifier and TypeMethodDescriptionTicketService.createProxyGrantingTicket(String id, Instant expiry, ProxyTicket proxyTicket, String pgtUrl) Creates a chained proxy-granting ticket from a proxy ticket.TicketService.createProxyGrantingTicket(String id, Instant expiry, ServiceTicket serviceTicket, String pgtUrl) Creates a top-level proxy-granting ticket from a service ticket.TicketService.fetchProxyGrantingTicket(String id) Retrieves a proxy-granting ticket by its ID.TicketService.removeProxyGrantingTicket(String id) Removes the proxy-granting ticket with the given identifier.Methods in net.shibboleth.idp.cas.ticket with parameters of type ProxyGrantingTicketModifier and TypeMethodDescriptionTicketService.createProxyTicket(String id, Instant expiry, ProxyGrantingTicket pgt, String service) Creates and stores a proxy ticket for the given service. -
Uses of ProxyGrantingTicket in net.shibboleth.idp.cas.ticket.impl
Methods in net.shibboleth.idp.cas.ticket.impl that return ProxyGrantingTicketModifier and TypeMethodDescriptionAbstractTicketService.createProxyGrantingTicket(String id, Instant expiry, ProxyTicket proxyTicket, String pgtUrl) Creates a chained proxy-granting ticket from a proxy ticket.AbstractTicketService.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.AbstractTicketService.fetchProxyGrantingTicket(String id) Retrieves a proxy-granting ticket by its ID.EncodingTicketService.fetchProxyGrantingTicket(String id) Retrieves a proxy-granting ticket by its ID.AbstractTicketService.removeProxyGrantingTicket(String id) Removes the proxy-granting ticket with the given identifier.EncodingTicketService.removeProxyGrantingTicket(String id) Removes the proxy-granting ticket with the given identifier.Methods in net.shibboleth.idp.cas.ticket.impl with parameters of type ProxyGrantingTicketModifier 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. -
Uses of ProxyGrantingTicket in net.shibboleth.idp.cas.ticket.serialization.impl
Methods in net.shibboleth.idp.cas.ticket.serialization.impl that return ProxyGrantingTicketModifier and TypeMethodDescriptionprotected ProxyGrantingTicketProxyGrantingTicketSerializer.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 ProxyGrantingTicketModifier and TypeMethodDescriptionprotected voidProxyGrantingTicketSerializer.serializeInternal(JsonGenerator generator, ProxyGrantingTicket ticket) Serialize a ticket.