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.net.shibboleth.idp.cas.ticket.impl CAS protocol ticket implementations.net.shibboleth.idp.cas.ticket.serialization.impl CAS protocol ticket serialization implementations. -
-
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. -
Uses of ProxyTicket in net.shibboleth.idp.cas.ticket.impl
Methods in net.shibboleth.idp.cas.ticket.impl that return ProxyTicket Modifier and Type Method Description ProxyTicketEncodingTicketService. createProxyTicket(String id, Instant expiry, ProxyGrantingTicket pgt, String service)ProxyTicketSimpleTicketService. createProxyTicket(String id, Instant expiry, ProxyGrantingTicket pgt, String service)Creates and stores a proxy ticket for the given service.ProxyTicketEncodingTicketService. removeProxyTicket(String id)ProxyTicketSimpleTicketService. removeProxyTicket(String id)Removes the proxy ticket with the given identifier.Methods in net.shibboleth.idp.cas.ticket.impl with parameters of type ProxyTicket Modifier and Type Method Description ProxyGrantingTicketAbstractTicketService. createProxyGrantingTicket(String id, Instant expiry, ProxyTicket proxyTicket) -
Uses of ProxyTicket in net.shibboleth.idp.cas.ticket.serialization.impl
Methods in net.shibboleth.idp.cas.ticket.serialization.impl that return ProxyTicket Modifier and Type Method Description protected ProxyTicketProxyTicketSerializer. createTicket(javax.json.JsonObject o, String id, String service, Instant expiry)Methods in net.shibboleth.idp.cas.ticket.serialization.impl with parameters of type ProxyTicket Modifier and Type Method Description protected voidProxyTicketSerializer. serializeInternal(javax.json.stream.JsonGenerator generator, ProxyTicket ticket)
-