public interface Ticket extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getCountOfUses() |
long |
getCreationTime()
Method to return the time the Ticket was created.
|
TicketGrantingTicket |
getGrantingTicket()
Method to retrieve the TicketGrantingTicket that granted this ticket.
|
String |
getId()
Method to retrieve the id.
|
boolean |
isExpired()
Determines if the ticket is expired.
|
String getId()
boolean isExpired()
ExpirationPolicyTicketGrantingTicket getGrantingTicket()
long getCreationTime()
int getCountOfUses()
Copyright © 2004-2014 Jasig. All Rights Reserved.