Class SecurityQuestionAnswerDTO
java.lang.Object
com.evolveum.midpoint.web.page.admin.home.dto.SecurityQuestionAnswerDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSecurityQuestionAnswerDTO(String passwQuestion, String passAnswer) SecurityQuestionAnswerDTO(String passwQuestion, String passAnswer, String questionitself) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPwdAnswer(String pwdAnswer) voidsetPwdQuestion(String questionItself) voidsetPwdQuestionIdentifier(String passwQuestionIdentifier)
-
Field Details
-
F_PASSWORD_QUESTION_IDENTIFIER
- See Also:
-
F_PASSWORD_QUESTION_ANSWER
- See Also:
-
F_PASSWORD_QUESTION_ITSELF
- See Also:
-
-
Constructor Details
-
SecurityQuestionAnswerDTO
-
SecurityQuestionAnswerDTO
-
-
Method Details
-
getPwdQuestionIdentifier
-
setPwdQuestionIdentifier
-
getPwdAnswer
-
setPwdAnswer
-
getPwdQuestion
-
setPwdQuestion
-