Uses of Class
org.openiam.idm.srvc.pswd.dto.IdentityQuestion
-
-
Uses of IdentityQuestion in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return IdentityQuestion Modifier and Type Method Description IdentityQuestionIdentityQuestionDozerConverter. convertDTO(IdentityQuestion entity, boolean isDeep)IdentityQuestionIdentityQuestionDozerConverter. convertToDTO(IdentityQuestionEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type IdentityQuestion Modifier and Type Method Description List<IdentityQuestion>IdentityQuestionDozerConverter. convertToDTOList(List<IdentityQuestionEntity> list, boolean isDeep)Set<IdentityQuestion>IdentityQuestionDozerConverter. convertToDTOSet(Set<IdentityQuestionEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type IdentityQuestion Modifier and Type Method Description IdentityQuestionIdentityQuestionDozerConverter. convertDTO(IdentityQuestion entity, boolean isDeep)IdentityQuestionEntityIdentityQuestionDozerConverter. convertToEntity(IdentityQuestion entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type IdentityQuestion Modifier and Type Method Description List<IdentityQuestionEntity>IdentityQuestionDozerConverter. convertToEntityList(List<IdentityQuestion> list, boolean isDeep)Set<IdentityQuestionEntity>IdentityQuestionDozerConverter. convertToEntitySet(Set<IdentityQuestion> set, boolean isDeep) -
Uses of IdentityQuestion in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service that return IdentityQuestion Modifier and Type Method Description IdentityQuestionChallengeResponseService. getQuestion(String questionId)Methods in org.openiam.esb.core.pswd.service that return types with arguments of type IdentityQuestion Modifier and Type Method Description List<IdentityQuestion>ChallengeResponseService. findQuestionBeans(IdentityQuestionSearchBean searchBean, int from, int size)Methods in org.openiam.esb.core.pswd.service with parameters of type IdentityQuestion Modifier and Type Method Description StringChallengeResponseService. saveQuestion(IdentityQuestion question) -
Uses of IdentityQuestion in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl that return IdentityQuestion Modifier and Type Method Description IdentityQuestionChallengeResponseServiceImpl. getQuestion(String questionId)Methods in org.openiam.esb.core.pswd.service.impl that return types with arguments of type IdentityQuestion Modifier and Type Method Description List<IdentityQuestion>ChallengeResponseServiceImpl. findQuestionBeans(IdentityQuestionSearchBean searchBean, int from, int size)Methods in org.openiam.esb.core.pswd.service.impl with parameters of type IdentityQuestion Modifier and Type Method Description StringChallengeResponseServiceImpl. saveQuestion(IdentityQuestion question) -
Uses of IdentityQuestion in org.openiam.idm.srvc.pswd.dto
Fields in org.openiam.idm.srvc.pswd.dto with type parameters of type IdentityQuestion Modifier and Type Field Description protected Set<IdentityQuestion>IdentityQuestGroup. identityQuestions -
Uses of IdentityQuestion in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return IdentityQuestion Modifier and Type Method Description IdentityQuestionChallengeResponseWebService. getQuestion(String questionId)Retrieves question that matches given idIdentityQuestionChallengeResponseWebServiceImpl. getQuestion(String questionId)Methods in org.openiam.srvc.user that return types with arguments of type IdentityQuestion Modifier and Type Method Description List<IdentityQuestion>ChallengeResponseWebService. findQuestionBeans(IdentityQuestionSearchBean searchBean, int from, int size)Retrieve question beans that match search criteria.List<IdentityQuestion>ChallengeResponseWebServiceImpl. findQuestionBeans(IdentityQuestionSearchBean searchBean, int from, int size)Methods in org.openiam.srvc.user with parameters of type IdentityQuestion Modifier and Type Method Description ResponseChallengeResponseWebService. saveQuestion(IdentityQuestion question)Saves Identity question.ResponseChallengeResponseWebServiceImpl. saveQuestion(IdentityQuestion question)
-