Package io.gs2.identifier.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) voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) com.fasterxml.jackson.databind.JsonNodetoJson()withClientId(String clientId) withClientSecret(String clientSecret) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
LoginRequest
public LoginRequest()
-
-
Method Details
-
getClientId
-
setClientId
-
withClientId
-
getClientSecret
-
setClientSecret
-
withClientSecret
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-