Package com.mapr.login.common
Class GenTicketTypeRequest
java.lang.Object
com.mapr.login.common.GenTicketTypeRequest
Author: smarella
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GenTicketTypeRequestgetGids()getIps()getUids()voidvoidvoidsetTargetUserName(String targetUserName) voidsetTicketAndKeyString(String ticketAndKeyString) voidsetTicketDurInSecs(Long ticketDurInSecs) voidsetTicketRenewInSecs(Long ticketRenewInSecs) voidsetTicketType(GenTicketTypeRequest.TicketType ticketType) voidstatic StringtoJSON(GenTicketTypeRequest request) toString()
-
Constructor Details
-
GenTicketTypeRequest
public GenTicketTypeRequest()
-
-
Method Details
-
getTicketAndKeyString
-
setTicketAndKeyString
-
getTicketDurInSecs
-
setTicketDurInSecs
-
getTicketRenewInSecs
-
setTicketRenewInSecs
-
getTargetUserName
-
setTargetUserName
-
getTicketType
-
setTicketType
-
getIps
-
setIps
-
getUids
-
setUids
-
getGids
-
setGids
-
toString
-
toJSON
public static String toJSON(GenTicketTypeRequest request) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
fromJSON
- Throws:
IOException
-