Package org.apereo.cas.ticket
Interface RenewableServiceTicket
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFromNewLogin()Determine if this ticket was created at the same time as aTicketGrantingTicket.-
Methods inherited from interface org.apereo.cas.ticket.Ticket
getCountOfUses, getCreationTime, getExpirationPolicy, getId, getPrefix, isExpired, markTicketExpired
-
-
-
-
Method Detail
-
isFromNewLogin
boolean isFromNewLogin()
Determine if this ticket was created at the same time as aTicketGrantingTicket.- Returns:
- true if it is, false otherwise.
-
-