Uses of Class
org.openiam.idm.srvc.pswd.domain.IdentityQuestionEntity
-
Packages that use IdentityQuestionEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.pswd.service org.openiam.esb.core.pswd.service.impl org.openiam.esb.repository.impl -
-
Uses of IdentityQuestionEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return IdentityQuestionEntity Modifier and Type Method Description IdentityQuestionEntityIdentityQuestionDozerConverter. convertEntity(IdentityQuestionEntity entity, boolean isDeep)IdentityQuestionEntityIdentityQuestionDozerConverter. convertToEntity(IdentityQuestion entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type IdentityQuestionEntity Modifier and Type Method Description List<IdentityQuestionEntity>IdentityQuestionDozerConverter. convertToEntityList(List<IdentityQuestion> list, boolean isDeep)Set<IdentityQuestionEntity>IdentityQuestionDozerConverter. convertToEntitySet(Set<IdentityQuestion> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type IdentityQuestionEntity Modifier and Type Method Description IdentityQuestionEntityIdentityQuestionDozerConverter. convertEntity(IdentityQuestionEntity entity, boolean isDeep)IdentityQuestionIdentityQuestionDozerConverter. convertToDTO(IdentityQuestionEntity entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type IdentityQuestionEntity Modifier and Type Method Description List<IdentityQuestion>IdentityQuestionDozerConverter. convertToDTOList(List<IdentityQuestionEntity> list, boolean isDeep)Set<IdentityQuestion>IdentityQuestionDozerConverter. convertToDTOSet(Set<IdentityQuestionEntity> set, boolean isDeep) -
Uses of IdentityQuestionEntity in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service that return IdentityQuestionEntity Modifier and Type Method Description IdentityQuestionEntityChallengeResponseValidator. getQuestion(String questionId)IdentityQuestionEntityChallengeResponseValidator. getQuestionById(String questionId)Methods in org.openiam.esb.core.pswd.service that return types with arguments of type IdentityQuestionEntity Modifier and Type Method Description List<IdentityQuestionEntity>ChallengeResponseValidator. findQuestionBeans(IdentityQuestionSearchBean searchBean, int from, int size)Methods in org.openiam.esb.core.pswd.service with parameters of type IdentityQuestionEntity Modifier and Type Method Description voidChallengeResponseValidator. saveQuestion(IdentityQuestionEntity entity) -
Uses of IdentityQuestionEntity in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl that return IdentityQuestionEntity Modifier and Type Method Description IdentityQuestionEntityDefaultChallengeResponseValidator. getQuestion(String questionId)IdentityQuestionEntityDefaultChallengeResponseValidator. getQuestionById(String questionId)Methods in org.openiam.esb.core.pswd.service.impl that return types with arguments of type IdentityQuestionEntity Modifier and Type Method Description List<IdentityQuestionEntity>DefaultChallengeResponseValidator. findQuestionBeans(IdentityQuestionSearchBean searchBean, int from, int size)Methods in org.openiam.esb.core.pswd.service.impl with parameters of type IdentityQuestionEntity Modifier and Type Method Description voidDefaultChallengeResponseValidator. saveQuestion(IdentityQuestionEntity entity) -
Uses of IdentityQuestionEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type IdentityQuestionEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<IdentityQuestionEntity>IdentityQuestionRepositoryImpl. buildSpecifications(IdentityQuestionSearchBean sb)Search IdentityQuestion by conditions in IdentityQuestionSearchBeanprotected Class<IdentityQuestionEntity>IdentityQuestionRepositoryImpl. getEntityClass()protected AbstractKeyEntityRepository<IdentityQuestionEntity,String>IdentityQuestionRepositoryImpl. getRepository()
-