Uses of Class
com.evolveum.midpoint.web.page.admin.home.dto.SecurityQuestionAnswerDTO
-
-
Uses of SecurityQuestionAnswerDTO in com.evolveum.midpoint.web.page.admin.home.component
Method parameters in com.evolveum.midpoint.web.page.admin.home.component with type arguments of type SecurityQuestionAnswerDTO Modifier and Type Method Description void
MyPasswordQuestionsPanel. initLayout(org.apache.wicket.model.IModel<SecurityQuestionAnswerDTO> model)
Constructor parameters in com.evolveum.midpoint.web.page.admin.home.component with type arguments of type SecurityQuestionAnswerDTO Constructor Description MyPasswordQuestionsPanel(String id, org.apache.wicket.model.IModel<SecurityQuestionAnswerDTO> model)
-
Uses of SecurityQuestionAnswerDTO in com.evolveum.midpoint.web.page.admin.home.dto
Methods in com.evolveum.midpoint.web.page.admin.home.dto that return types with arguments of type SecurityQuestionAnswerDTO Modifier and Type Method Description List<SecurityQuestionAnswerDTO>
PasswordQuestionsDto. getActualQuestionAnswers()
List<SecurityQuestionAnswerDTO>
PasswordQuestionsDto. getUserQuestionAnswers()
Method parameters in com.evolveum.midpoint.web.page.admin.home.dto with type arguments of type SecurityQuestionAnswerDTO Modifier and Type Method Description void
PasswordQuestionsDto. setActualQuestionAnswers(List<SecurityQuestionAnswerDTO> actualQuestionAnswers)
void
PasswordQuestionsDto. setUserQuestionAnswers(List<SecurityQuestionAnswerDTO> userQuestionAnswers)
-
Uses of SecurityQuestionAnswerDTO in com.evolveum.midpoint.web.page.self.component
Methods in com.evolveum.midpoint.web.page.self.component that return types with arguments of type SecurityQuestionAnswerDTO Modifier and Type Method Description List<SecurityQuestionAnswerDTO>
SecurityQuestionsPanel. createUsersSecurityQuestionsList(PrismObject<UserType> user)
List<SecurityQuestionAnswerDTO>
SecurityQuestionsPanel. executeAddingQuestions(int questionNumber, int panelNumber, List<SecurityQuestionDefinitionType> policyQuestionList)
method for adding questions to user credentialsList<SecurityQuestionAnswerDTO>
SecurityQuestionsPanel. executePasswordQuestionsAndAnswers(List<SecurityQuestionAnswerDTO> userQuestionList, List<SecurityQuestionDefinitionType> policyQuestionList, int panelNumber)
method for get existing questions and answer from user credentialsMethod parameters in com.evolveum.midpoint.web.page.self.component with type arguments of type SecurityQuestionAnswerDTO Modifier and Type Method Description List<SecurityQuestionAnswerDTO>
SecurityQuestionsPanel. executePasswordQuestionsAndAnswers(List<SecurityQuestionAnswerDTO> userQuestionList, List<SecurityQuestionDefinitionType> policyQuestionList, int panelNumber)
method for get existing questions and answer from user credentials
-