public interface Ticket extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getCountOfUses()
Returns the number of times this ticket was used.
|
long |
getCreationTime()
Method to return the time the Ticket was created.
|
TicketGrantingTicket |
getGrantingTicket()
Method to retrive 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-2012 Jasig. All Rights Reserved.