Package com.mapr.login.common
Class RenewRequest
java.lang.Object
com.mapr.login.common.RenewRequest
Author: smarella
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RenewRequestvoidsetTicketAndKeyString(String ticketAndKeyString) voidsetTicketDurInSecs(Long ticketDurInSecs) static StringtoJSON(RenewRequest request) toString()
-
Constructor Details
-
RenewRequest
public RenewRequest()
-
-
Method Details
-
getTicketAndKeyString
-
setTicketAndKeyString
-
getTicketDurInSecs
-
setTicketDurInSecs
-
toString
-
toJSON
public static String toJSON(RenewRequest request) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
fromJSON
- Throws:
IOException
-