| Package | Description |
|---|---|
| net.shibboleth.idp.cas.ticket |
| Modifier and Type | Method and Description |
|---|---|
ServiceTicket |
TicketService.createServiceTicket(String id,
Instant expiry,
String sessionId,
String service,
boolean renew)
Creates and stores a ticket for the given service.
|
ServiceTicket |
TicketService.removeServiceTicket(String id)
Removes the service ticket with the given identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyGrantingTicket |
TicketService.createProxyGrantingTicket(String id,
Instant expiry,
ServiceTicket serviceTicket)
Creates a top-level proxy-granting ticket from a service ticket.
|
Copyright © 1999–2015. All rights reserved.