public interface TicketState
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuthentication()
Authentication information from the ticket.
|
int |
getCountOfUses()
Returns the number of times a ticket was used.
|
long |
getCreationTime()
Get the time the ticket was created.
|
long |
getLastTimeUsed()
Returns the last time the ticket was used.
|
long |
getPreviousTimeUsed()
Get the second to last time used.
|
int getCountOfUses()
long getLastTimeUsed()
long getPreviousTimeUsed()
long getCreationTime()
Authentication getAuthentication()
Copyright © 2004-2012 Jasig. All Rights Reserved.