Class ForgotPasswordForm
- java.lang.Object
-
- org.duracloud.account.app.controller.ForgotPasswordForm
-
public class ForgotPasswordForm extends Object
-
-
Constructor Summary
Constructors Constructor Description ForgotPasswordForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSecurityAnswer()StringgetSecurityQuestion()StringgetUsername()voidsetSecurityAnswer(String securityAnswer)voidsetSecurityQuestion(String securityQuestion)voidsetUsername(String username)
-
-
-
Method Detail
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getSecurityQuestion
public String getSecurityQuestion()
-
setSecurityQuestion
public void setSecurityQuestion(String securityQuestion)
-
getSecurityAnswer
public String getSecurityAnswer()
-
setSecurityAnswer
public void setSecurityAnswer(String securityAnswer)
-
-