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.pgtCAS ticket. -
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) Creates a chained proxy-granting ticket from a proxy ticket.TicketService.createProxyGrantingTicket(String id, Instant expiry, ServiceTicket serviceTicket) 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) AbstractTicketService.createProxyGrantingTicket(String id, Instant expiry, ServiceTicket serviceTicket) EncodingTicketService.createProxyGrantingTicket(String id, Instant expiry, ServiceTicket serviceTicket) AbstractTicketService.fetchProxyGrantingTicket(String id) EncodingTicketService.fetchProxyGrantingTicket(String id) AbstractTicketService.removeProxyGrantingTicket(String id) EncodingTicketService.removeProxyGrantingTicket(String id) Methods in net.shibboleth.idp.cas.ticket.impl with parameters of type ProxyGrantingTicketModifier and TypeMethodDescriptionEncodingTicketService.createProxyTicket(String id, Instant expiry, ProxyGrantingTicket pgt, String 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(javax.json.JsonObject o, String id, String service, Instant expiry) Methods in net.shibboleth.idp.cas.ticket.serialization.impl with parameters of type ProxyGrantingTicketModifier and TypeMethodDescriptionprotected voidProxyGrantingTicketSerializer.serializeInternal(javax.json.stream.JsonGenerator generator, ProxyGrantingTicket ticket)