public class ProxyGrantingTicket extends Ticket
| Modifier and Type | Field and Description |
|---|---|
private String |
parentId
The ID of the parent proxy-granting ticket.
|
| Constructor and Description |
|---|
ProxyGrantingTicket(String id,
String sessionId,
String service,
Instant expiration,
String parentId)
Creates a proxy-granting ticket with the given values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParentId() |
boolean |
isRoot()
Determines whether this proxy-granting ticket is the root of a proxy chain.
|
equals, getExpirationInstant, getId, getService, getSessionId, hashCode, toStringpublic ProxyGrantingTicket(@Nonnull String id, @Nonnull String sessionId, @Nonnull String service, @Nonnull Instant expiration, @Nullable String parentId)
id - Ticket ID.sessionId - IdP session ID used to create ticket.service - Service that requested the ticket.expiration - Expiration instant.parentId - ID of parent proxy-granting ticket or null if this is first proxy in chain.Copyright © 1999–2015. All rights reserved.