Package org.apereo.cas.ticket
Interface TicketGrantingTicketAwareTicket
-
- All Known Subinterfaces:
ProxyGrantingTicket,ProxyTicket,ServiceTicket,TicketGrantingTicket
public interface TicketGrantingTicketAwareTicket extends Ticket
This isTicketGrantingTicketAwareTicket.- Since:
- 6.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketGrantingTicketgetTicketGrantingTicket()Method to retrieve theTicketGrantingTicketthat granted this ticket.-
Methods inherited from interface org.apereo.cas.ticket.Ticket
getCountOfUses, getCreationTime, getExpirationPolicy, getId, getPrefix, isExpired, markTicketExpired
-
-
-
-
Method Detail
-
getTicketGrantingTicket
TicketGrantingTicket getTicketGrantingTicket()
Method to retrieve theTicketGrantingTicketthat granted this ticket.- Returns:
- the ticket or null if it has no parent
-
-