See: Description
| Class | Description |
|---|---|
| HardTimeoutExpirationPolicy |
Ticket expiration policy based on a hard timeout from ticket creation time rather than the
"idle" timeout provided by
TimeoutExpirationPolicy. |
| MultiTimeUseOrTimeoutExpirationPolicy |
ExpirationPolicy that is based on certain number of uses of a ticket or a
certain time period for a ticket to exist.
|
| NeverExpiresExpirationPolicy |
NeverExpiresExpirationPolicy always answers false when asked if a Ticket is
expired.
|
| RememberMeDelegatingExpirationPolicy |
Delegates to different expiration policies depending on whether remember me
is true or not.
|
| ThrottledUseAndTimeoutExpirationPolicy |
Implementation of an expiration policy that adds the concept of saying that a
ticket can only be used once every X millseconds to prevent misconfigured
clients from consuming resources by doing constant redirects.
|
| TicketGrantingTicketExpirationPolicy |
Provides the Ticket Granting Ticket expiration policy.
|
| TimeoutExpirationPolicy |
Expiration policy that is based on a certain time period for a ticket to
exist.
|
This package includes the various default expiration policies included with CAS. A ticket is given an expiration policy such that if you ask a ticket if it is expired, it will check itself against the expiration policy and then determine what response to give.
Current implementations include Never Expires, Number of Uses, and a Time Out policy.
Copyright © 2004-2014 Jasig. All Rights Reserved.