Class TicketContext

    • Field Detail

      • t

        @Nonnull
        private final Ticket t
        Ticket held by this context.
    • Constructor Detail

      • TicketContext

        public TicketContext​(@Nonnull
                             Ticket ticket)
        Creates a new ticket context to hold a CAS protocol ticket.
        Parameters:
        ticket - Ticket to hold.
    • Method Detail

      • getTicket

        @Nonnull
        public Ticket getTicket()
        Get the ticket held by this context.
        Returns:
        ticket held by this context