Package io.gs2.auth.request
Class LoginRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LoginRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetTimeOffset(Integer timeOffset) voidsetTimeOffsetToken(String timeOffsetToken) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withTimeOffset(Integer timeOffset) withTimeOffsetToken(String timeOffsetToken) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
LoginRequest
public LoginRequest()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getTimeOffset
-
setTimeOffset
-
withTimeOffset
-
getTimeOffsetToken
-
setTimeOffsetToken
-
withTimeOffsetToken
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-