Uses of Class
net.shibboleth.idp.cas.ticket.ProxyGrantingTicket
-
Packages that use ProxyGrantingTicket Package Description net.shibboleth.idp.cas.ticket APIs related to CAS tickets. -
-
Uses of ProxyGrantingTicket in net.shibboleth.idp.cas.ticket
Methods in net.shibboleth.idp.cas.ticket that return ProxyGrantingTicket Modifier and Type Method Description ProxyGrantingTicketTicketService. createProxyGrantingTicket(String id, Instant expiry, ProxyTicket proxyTicket)Creates a chained proxy-granting ticket from a proxy ticket.ProxyGrantingTicketTicketService. createProxyGrantingTicket(String id, Instant expiry, ServiceTicket serviceTicket)Creates a top-level proxy-granting ticket from a service ticket.ProxyGrantingTicketTicketService. fetchProxyGrantingTicket(String id)Retrieves a proxy-granting ticket by its ID.ProxyGrantingTicketTicketService. removeProxyGrantingTicket(String id)Removes the proxy-granting ticket with the given identifier.Methods in net.shibboleth.idp.cas.ticket with parameters of type ProxyGrantingTicket Modifier and Type Method Description ProxyTicketTicketService. createProxyTicket(String id, Instant expiry, ProxyGrantingTicket pgt, String service)Creates and stores a proxy ticket for the given service.
-