Interface RenewableServiceTicket

  • All Superinterfaces:
    java.lang.Comparable<Ticket>, java.io.Serializable, Ticket

    public interface RenewableServiceTicket
    extends Ticket
    • Method Detail

      • isFromNewLogin

        boolean isFromNewLogin()
        Determine if this ticket was created at the same time as a TicketGrantingTicket.
        Returns:
        true if it is, false otherwise.