Package org.apereo.cas.ticket
Interface AuthenticationAwareTicket
-
- All Known Subinterfaces:
ProxyGrantingTicket,TicketGrantingTicket,TicketState
public interface AuthenticationAwareTicket extends Ticket
This isAuthenticationAwareTicket.- Since:
- 6.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationgetAuthentication()Method to retrieve the authentication.-
Methods inherited from interface org.apereo.cas.ticket.Ticket
getCountOfUses, getCreationTime, getExpirationPolicy, getId, getPrefix, isExpired, markTicketExpired
-
-