Class ResetPasswordFormDto
- java.lang.Object
-
- tv.hd3g.authkit.mod.dto.validated.ResetPasswordFormDto
-
public class ResetPasswordFormDto extends Object
-
-
Constructor Summary
Constructors Constructor Description ResetPasswordFormDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckSamePasswords()PasswordgetNewuserpassword()PasswordgetNewuserpassword2()StringgetSecuretoken()voidsetNewuserpassword(Password newuserpassword)voidsetNewuserpassword2(Password newuserpassword2)voidsetSecuretoken(String securetoken)
-
-
-
Method Detail
-
getNewuserpassword
public Password getNewuserpassword()
-
getNewuserpassword2
public Password getNewuserpassword2()
-
setNewuserpassword
public void setNewuserpassword(Password newuserpassword)
-
setNewuserpassword2
public void setNewuserpassword2(Password newuserpassword2)
-
getSecuretoken
public String getSecuretoken()
-
setSecuretoken
public void setSecuretoken(String securetoken)
-
checkSamePasswords
public boolean checkSamePasswords()
-
-