Uses of Class
org.openiam.idm.searchbeans.IdentityQuestionSearchBean
-
Packages that use IdentityQuestionSearchBean Package Description org.openiam.esb.core.pswd.service org.openiam.esb.core.pswd.service.impl org.openiam.esb.repository.impl org.openiam.srvc.user -
-
Uses of IdentityQuestionSearchBean in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service with parameters of type IdentityQuestionSearchBean Modifier and Type Method Description Integer
ChallengeResponseService. count(IdentityQuestionSearchBean searchBean)
Integer
ChallengeResponseValidator. count(IdentityQuestionSearchBean searchBean)
List<IdentityQuestion>
ChallengeResponseService. findQuestionBeans(IdentityQuestionSearchBean searchBean, int from, int size)
List<IdentityQuestionEntity>
ChallengeResponseValidator. findQuestionBeans(IdentityQuestionSearchBean searchBean, int from, int size)
-
Uses of IdentityQuestionSearchBean in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl with parameters of type IdentityQuestionSearchBean Modifier and Type Method Description Integer
ChallengeResponseServiceImpl. count(IdentityQuestionSearchBean searchBean)
Integer
DefaultChallengeResponseValidator. count(IdentityQuestionSearchBean searchBean)
List<IdentityQuestion>
ChallengeResponseServiceImpl. findQuestionBeans(IdentityQuestionSearchBean searchBean, int from, int size)
List<IdentityQuestionEntity>
DefaultChallengeResponseValidator. findQuestionBeans(IdentityQuestionSearchBean searchBean, int from, int size)
-
Uses of IdentityQuestionSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type IdentityQuestionSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<IdentityQuestionEntity>
IdentityQuestionRepositoryImpl. buildSpecifications(IdentityQuestionSearchBean sb)
Search IdentityQuestion by conditions in IdentityQuestionSearchBean -
Uses of IdentityQuestionSearchBean in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type IdentityQuestionSearchBean Modifier and Type Method Description Integer
ChallengeResponseWebService. count(IdentityQuestionSearchBean searchBean)
Counts number of questions that match search bean criteria.Integer
ChallengeResponseWebServiceImpl. count(IdentityQuestionSearchBean searchBean)
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)
-