|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpirationPolicy
Strategy that determines if the ticket is expired. Implementations of the Expiration Policy define their own rules on what they consider an expired Ticket to be.
This is a published and supported CAS Server 3 API.
Ticket
Method Summary | |
---|---|
boolean |
isExpired(TicketState ticketState)
Method to determine if a Ticket has expired or not, based on the policy. |
Method Detail |
---|
boolean isExpired(TicketState ticketState)
ticketState
- The snapshot of the current ticket state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |