|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.cas.ticket.support.TimeoutExpirationPolicy
public final class TimeoutExpirationPolicy
Expiration policy that is based on a certain time period for a ticket to exist.
The expiration policy defined by this class is one of inactivity. If you are inactive for the specified amount of time, the ticket will be expired.
| Constructor Summary | |
|---|---|
TimeoutExpirationPolicy(long timeToKillInMilliSeconds)
|
|
| Method Summary | |
|---|---|
boolean |
isExpired(TicketState ticketState)
Method to determine if a Ticket has expired or not, based on the policy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeoutExpirationPolicy(long timeToKillInMilliSeconds)
| Method Detail |
|---|
public boolean isExpired(TicketState ticketState)
ExpirationPolicy
isExpired in interface ExpirationPolicyticketState - The snapshot of the current ticket state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||