|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Ticket
Interface for the generic concept of a ticket.
| Method Summary | |
|---|---|
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. |
java.lang.String |
getId()
Method to retrieve the id. |
boolean |
isExpired()
Determines if the ticket is expired. |
| Method Detail |
|---|
java.lang.String getId()
boolean isExpired()
ExpirationPolicyTicketGrantingTicket getGrantingTicket()
long getCreationTime()
int getCountOfUses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||