Class GetRemoteTicketRequest

java.lang.Object
com.mapr.login.common.GetRemoteTicketRequest

public class GetRemoteTicketRequest extends Object
Author: Raymond Huang
  • Constructor Details

    • GetRemoteTicketRequest

      public GetRemoteTicketRequest()
  • Method Details

    • getTicketAndKeyString

      public String getTicketAndKeyString()
    • setTicketAndKeyString

      public void setTicketAndKeyString(String ticketAndKeyString)
    • getRemoteCluster

      public String getRemoteCluster()
    • setRemoteCluster

      public void setRemoteCluster(String remoteCluster)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toJSON

      public static String toJSON(GetRemoteTicketRequest request) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • fromJSON

      public static GetRemoteTicketRequest fromJSON(String json) throws IOException
      Throws:
      IOException