Package io.gs2.identifier.request
Class CreatePasswordRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreatePasswordRequest>
io.gs2.identifier.request.CreatePasswordRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreatePasswordRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetPassword(String password) voidsetUserName(String userName) com.fasterxml.jackson.databind.JsonNodetoJson()withPassword(String password) withUserName(String userName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreatePasswordRequest
public CreatePasswordRequest()
-
-
Method Details
-
getUserName
-
setUserName
-
withUserName
-
getPassword
-
setPassword
-
withPassword
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-