Interface ClientTicketHolder

All Known Implementing Classes:
ClientTicketHolderGlobal, ClientTicketHolderThread

public interface ClientTicketHolder
Interface for Authentication ticket caching.
Author:
britt
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the ticket.
    void
    setTicket(String ticket)
    Set the ticket.
  • Method Details

    • setTicket

      void setTicket(String ticket)
      Set the ticket.
    • getTicket

      String getTicket()
      Get the ticket.