Class NewUserRequest
java.lang.Object
com.tremolosecurity.scalejs.register.data.NewUserRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAttributes
(Map<String, String> attributes) void
setCheckedTermsAndConditions
(boolean checkedTermsAndConditions) void
setPassword
(String password) void
setPassword2
(String password2) void
void
setReCaptchaCode
(String reCaptchaCode)
-
Constructor Details
-
NewUserRequest
public NewUserRequest()
-
-
Method Details
-
getAttributes
-
setAttributes
-
getReason
-
setReason
-
getPassword
-
setPassword
-
getPassword2
-
setPassword2
-
getReCaptchaCode
-
setReCaptchaCode
-
isCheckedTermsAndConditions
public boolean isCheckedTermsAndConditions() -
setCheckedTermsAndConditions
public void setCheckedTermsAndConditions(boolean checkedTermsAndConditions)
-