Class SecretQuestionsDto
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.page.forgotpassword.dto.SecretQuestionsDto
-
- All Implemented Interfaces:
Serializable
public class SecretQuestionsDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_ACCOUNTS
static String
F_PASSWORD
-
Constructor Summary
Constructors Constructor Description SecretQuestionsDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToList(QuestionDTO question)
List<QuestionDTO>
getSecretQuestions()
-
-
-
Field Detail
-
F_ACCOUNTS
public static final String F_ACCOUNTS
- See Also:
- Constant Field Values
-
F_PASSWORD
public static final String F_PASSWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSecretQuestions
public List<QuestionDTO> getSecretQuestions()
-
addToList
public void addToList(QuestionDTO question)
-
-