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 IdentityQuestionEntity
IdentityQuestionDozerConverter. convertEntity(IdentityQuestionEntity entity, boolean isDeep)
IdentityQuestionEntity
IdentityQuestionDozerConverter. 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 IdentityQuestionEntity
IdentityQuestionDozerConverter. convertEntity(IdentityQuestionEntity entity, boolean isDeep)
IdentityQuestion
IdentityQuestionDozerConverter. 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 IdentityQuestionEntity
ChallengeResponseValidator. getQuestion(String questionId)
IdentityQuestionEntity
ChallengeResponseValidator. 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 void
ChallengeResponseValidator. 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 IdentityQuestionEntity
DefaultChallengeResponseValidator. getQuestion(String questionId)
IdentityQuestionEntity
DefaultChallengeResponseValidator. 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 void
DefaultChallengeResponseValidator. 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()
-