Uses of Class
org.openiam.idm.searchbeans.IdentityAnswerSearchBean
-
Packages that use IdentityAnswerSearchBean 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 IdentityAnswerSearchBean in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service with parameters of type IdentityAnswerSearchBean Modifier and Type Method Description List<UserIdentityAnswer>
ChallengeResponseService. findAnswerBeans(IdentityAnswerSearchBean searchBean, String requesterId, int from, int size)
List<UserIdentityAnswerEntity>
ChallengeResponseValidator. findAnswerBeans(IdentityAnswerSearchBean searchBean, String requesterId, int from, int size)
-
Uses of IdentityAnswerSearchBean in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl with parameters of type IdentityAnswerSearchBean Modifier and Type Method Description List<UserIdentityAnswer>
ChallengeResponseServiceImpl. findAnswerBeans(IdentityAnswerSearchBean searchBean, String requesterId, int from, int size)
List<UserIdentityAnswerEntity>
DefaultChallengeResponseValidator. findAnswerBeans(IdentityAnswerSearchBean searchBean, String requesterId, int from, int size)
-
Uses of IdentityAnswerSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type IdentityAnswerSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<UserIdentityAnswerEntity>
UserIdentityAnswerRepositoryImpl. buildSpecifications(IdentityAnswerSearchBean sb)
Search UserIdentityAnswer by conditions in IdentityAnswerSearchBean -
Uses of IdentityAnswerSearchBean in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type IdentityAnswerSearchBean 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)
-