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 IdentityQuestion
IdentityQuestionDozerConverter. convertDTO(IdentityQuestion entity, boolean isDeep)
IdentityQuestion
IdentityQuestionDozerConverter. 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 IdentityQuestion
IdentityQuestionDozerConverter. convertDTO(IdentityQuestion entity, boolean isDeep)
IdentityQuestionEntity
IdentityQuestionDozerConverter. 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 IdentityQuestion
ChallengeResponseService. 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 String
ChallengeResponseService. 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 IdentityQuestion
ChallengeResponseServiceImpl. 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 String
ChallengeResponseServiceImpl. 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 IdentityQuestion
ChallengeResponseWebService. getQuestion(String questionId)
Retrieves question that matches given idIdentityQuestion
ChallengeResponseWebServiceImpl. 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 Response
ChallengeResponseWebService. saveQuestion(IdentityQuestion question)
Saves Identity question.Response
ChallengeResponseWebServiceImpl. saveQuestion(IdentityQuestion question)
-