public class ProxyTicket extends Ticket
| Modifier and Type | Field and Description |
|---|---|
private String |
pgtId
Proxy-granting ticket used to create ticket.
|
| Constructor and Description |
|---|
ProxyTicket(String id,
String sessionId,
String service,
Instant expiration,
String pgtId)
Creates a new authenticated ticket with an identifier, service, and expiration date.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPgtId() |
equals, getExpirationInstant, getId, getService, getSessionId, hashCode, toStringpublic ProxyTicket(@Nonnull String id, @Nonnull String sessionId, @Nonnull String service, @Nonnull Instant expiration, @Nonnull String pgtId)
id - Ticket ID.sessionId - IdP session ID used to create ticket.service - Service that requested the ticket.expiration - Expiration instant.pgtId - Proxy-granting ticket ID used to create ticket.Copyright © 1999–2015. All rights reserved.