Class NewUserRequest
java.lang.Object
com.tremolosecurity.scalejs.register.data.NewUserRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAttributes(Map<String, String> attributes) voidsetCheckedTermsAndConditions(boolean checkedTermsAndConditions) voidsetPassword(String password) voidsetPassword2(String password2) voidvoidsetReCaptchaCode(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)
-