Uses of Class
net.shibboleth.idp.cas.ticket.ProxyTicket
-
Packages that use ProxyTicket Package Description net.shibboleth.idp.cas.ticket APIs related to CAS tickets. -
-
Uses of ProxyTicket in net.shibboleth.idp.cas.ticket
Methods in net.shibboleth.idp.cas.ticket that return ProxyTicket 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.ProxyTicketTicketService. removeProxyTicket(String id)Removes the proxy ticket with the given identifier.Methods in net.shibboleth.idp.cas.ticket with parameters of type ProxyTicket Modifier and Type Method Description ProxyGrantingTicketTicketService. createProxyGrantingTicket(String id, Instant expiry, ProxyTicket proxyTicket)Creates a chained proxy-granting ticket from a proxy ticket.
-