Class SessionTicket

java.lang.Object
org.kuali.rice.krad.util.SessionTicket
All Implemented Interfaces:
Serializable

public class SessionTicket extends Object implements Serializable
Holds information on an action (ticket type name) and context (ticketContext) that has been performed and can be placed in the UserSession objectMap. This can be checked for by subsequent session requests to determine if the action has already taken place (for example a Question or document action where the action is not recorded on the document or form).
See Also:
  • Constructor Details

    • SessionTicket

      public SessionTicket(String ticketTypeName)
  • Method Details

    • getTicketTypeName

      public String getTicketTypeName()
    • setTicketTypeName

      public void setTicketTypeName(String ticketTypeName)
    • getTicketContext

      public Map<String,String> getTicketContext()
    • setTicketContext

      public void setTicketContext(Map<String,String> ticketContext)