| Package | Description |
|---|---|
| net.shibboleth.idp.cas.ticket |
| Modifier and Type | Method and Description |
|---|---|
ProxyTicket |
TicketService.createProxyTicket(String id,
Instant expiry,
ProxyGrantingTicket pgt,
String service)
Creates and stores a proxy ticket for the given service.
|
ProxyTicket |
TicketService.removeProxyTicket(String id)
Removes the proxy ticket with the given identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyGrantingTicket |
TicketService.createProxyGrantingTicket(String id,
Instant expiry,
ProxyTicket proxyTicket)
Creates a chained proxy-granting ticket from a proxy ticket.
|
Copyright © 1999–2015. All rights reserved.