Uses of Class
com.evolveum.midpoint.web.page.admin.home.dto.SecurityQuestionAnswerDTO
Packages that use SecurityQuestionAnswerDTO
Package
Description
-
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 SecurityQuestionAnswerDTOModifier and TypeMethodDescriptionvoid
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 SecurityQuestionAnswerDTOModifierConstructorDescriptionMyPasswordQuestionsPanel
(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 SecurityQuestionAnswerDTOModifier and TypeMethodDescriptionPasswordQuestionsDto.getActualQuestionAnswers()
PasswordQuestionsDto.getUserQuestionAnswers()
Method parameters in com.evolveum.midpoint.web.page.admin.home.dto with type arguments of type SecurityQuestionAnswerDTOModifier and TypeMethodDescriptionvoid
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 SecurityQuestionAnswerDTOModifier and TypeMethodDescriptionSecurityQuestionsPanel.createUsersSecurityQuestionsList
(PrismObject<UserType> user) SecurityQuestionsPanel.executeAddingQuestions
(int questionNumber, int panelNumber, List<SecurityQuestionDefinitionType> policyQuestionList) method for adding questions to user credentialsSecurityQuestionsPanel.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 SecurityQuestionAnswerDTOModifier and TypeMethodDescriptionSecurityQuestionsPanel.executePasswordQuestionsAndAnswers
(List<SecurityQuestionAnswerDTO> userQuestionList, List<SecurityQuestionDefinitionType> policyQuestionList, int panelNumber) method for get existing questions and answer from user credentials