|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.cas.ticket.support.NeverExpiresExpirationPolicy
public final class NeverExpiresExpirationPolicy
NeverExpiresExpirationPolicy always answers false when asked if a Ticket is expired. Use this policy when you want a Ticket to live forever, or at least as long as the particular CAS Universe exists.
| Constructor Summary | |
|---|---|
NeverExpiresExpirationPolicy()
|
|
| 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 NeverExpiresExpirationPolicy()
| 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 | |||||||||