Uses of Class
org.openiam.idm.srvc.pswd.dto.UserIdentityAnswer
-
Packages that use UserIdentityAnswer Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.pswd.service org.openiam.esb.core.pswd.service.impl org.openiam.srvc.user -
-
Uses of UserIdentityAnswer in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return UserIdentityAnswer Modifier and Type Method Description UserIdentityAnswerUserIdentityAnswerDozerConverter. convertDTO(UserIdentityAnswer entity, boolean isDeep)UserIdentityAnswerUserIdentityAnswerDozerConverter. convertToDTO(UserIdentityAnswerEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type UserIdentityAnswer Modifier and Type Method Description List<UserIdentityAnswer>UserIdentityAnswerDozerConverter. convertToDTOList(List<UserIdentityAnswerEntity> list, boolean isDeep)Set<UserIdentityAnswer>UserIdentityAnswerDozerConverter. convertToDTOSet(Set<UserIdentityAnswerEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type UserIdentityAnswer Modifier and Type Method Description UserIdentityAnswerUserIdentityAnswerDozerConverter. convertDTO(UserIdentityAnswer entity, boolean isDeep)UserIdentityAnswerEntityUserIdentityAnswerDozerConverter. convertToEntity(UserIdentityAnswer entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type UserIdentityAnswer Modifier and Type Method Description List<UserIdentityAnswerEntity>UserIdentityAnswerDozerConverter. convertToEntityList(List<UserIdentityAnswer> list, boolean isDeep)Set<UserIdentityAnswerEntity>UserIdentityAnswerDozerConverter. convertToEntitySet(Set<UserIdentityAnswer> set, boolean isDeep) -
Uses of UserIdentityAnswer in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service that return types with arguments of type UserIdentityAnswer Modifier and Type Method Description List<UserIdentityAnswer>ChallengeResponseService. findAnswerBeans(IdentityAnswerSearchBean searchBean, String requesterId, int from, int size)Methods in org.openiam.esb.core.pswd.service with parameters of type UserIdentityAnswer Modifier and Type Method Description StringChallengeResponseService. saveAnswer(UserIdentityAnswer answer)Method parameters in org.openiam.esb.core.pswd.service with type arguments of type UserIdentityAnswer Modifier and Type Method Description booleanChallengeResponseService. isResponseValid(String userId, List<UserIdentityAnswer> newAnswerList)voidChallengeResponseService. saveAnswers(List<UserIdentityAnswer> answerList)voidChallengeResponseService. validateAnswers(List<UserIdentityAnswer> answerList) -
Uses of UserIdentityAnswer in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl that return types with arguments of type UserIdentityAnswer Modifier and Type Method Description List<UserIdentityAnswer>ChallengeResponseServiceImpl. findAnswerBeans(IdentityAnswerSearchBean searchBean, String requesterId, int from, int size)Methods in org.openiam.esb.core.pswd.service.impl with parameters of type UserIdentityAnswer Modifier and Type Method Description StringChallengeResponseServiceImpl. saveAnswer(UserIdentityAnswer answer)Method parameters in org.openiam.esb.core.pswd.service.impl with type arguments of type UserIdentityAnswer Modifier and Type Method Description booleanChallengeResponseServiceImpl. isResponseValid(String userId, List<UserIdentityAnswer> newAnswerDtoList)voidChallengeResponseServiceImpl. saveAnswers(List<UserIdentityAnswer> answerList)voidChallengeResponseServiceImpl. validateAnswers(List<UserIdentityAnswer> answerList) -
Uses of UserIdentityAnswer in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return types with arguments of type UserIdentityAnswer Modifier and Type Method Description List<UserIdentityAnswer>ChallengeResponseWebService. findAnswerBeans(IdentityAnswerSearchBean searchBean, int from, int size)Retrieves list of UserIdentityAnswer beans that match given search criteriaList<UserIdentityAnswer>ChallengeResponseWebServiceImpl. findAnswerBeans(IdentityAnswerSearchBean searchBean, int from, int size)Methods in org.openiam.srvc.user with parameters of type UserIdentityAnswer Modifier and Type Method Description ResponseChallengeResponseWebService. saveAnswer(UserIdentityAnswer answer)Saves answer.ResponseChallengeResponseWebServiceImpl. saveAnswer(UserIdentityAnswer answer)Method parameters in org.openiam.srvc.user with type arguments of type UserIdentityAnswer Modifier and Type Method Description ResponseChallengeResponseWebService. isResponseCorrect(String userId, List<UserIdentityAnswer> answerList)Determines is the answers that are provided by the user are the same as those stored in the system.ResponseChallengeResponseWebServiceImpl. isResponseCorrect(String userId, List<UserIdentityAnswer> newAnswerList)booleanChallengeResponseWebService. isResponseValid(String userId, List<UserIdentityAnswer> answerList)Deprecated.booleanChallengeResponseWebServiceImpl. isResponseValid(String userId, List<UserIdentityAnswer> newAnswerList)Deprecated.ResponseChallengeResponseWebService. saveAnswers(List<UserIdentityAnswer> answerList)Saves answers.ResponseChallengeResponseWebServiceImpl. saveAnswers(List<UserIdentityAnswer> answerList)ResponseChallengeResponseWebService. validateAnswers(List<UserIdentityAnswer> answerList)Validates list of answers.ResponseChallengeResponseWebServiceImpl. validateAnswers(List<UserIdentityAnswer> answerList)
-