public class ServiceTicket extends Ticket
| Modifier and Type | Field and Description |
|---|---|
private boolean |
renew
Forced authentication flag.
|
| Constructor and Description |
|---|
ServiceTicket(String id,
String sessionId,
String service,
Instant expiration,
boolean renew)
Creates a new authenticated ticket with an identifier, service, and expiration date.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRenew() |
equals, getExpirationInstant, getId, getService, getSessionId, hashCode, toStringpublic ServiceTicket(@Nonnull String id, @Nonnull String sessionId, @Nonnull String service, @Nonnull Instant expiration, boolean renew)
id - Ticket ID.sessionId - IdP session ID used to create ticket.service - Service that requested the ticket.expiration - Expiration instant.renew - True if ticket was issued from forced authentication, false otherwise.Copyright © 1999–2015. All rights reserved.