Uses of Class
org.openiam.idm.searchbeans.OTPProviderSearchBean
-
Packages that use OTPProviderSearchBean Package Description org.openiam.esb.core.otp.service.imp org.openiam.esb.repository.impl org.openiam.srvc.otp -
-
Uses of OTPProviderSearchBean in org.openiam.esb.core.otp.service.imp
Methods in org.openiam.esb.core.otp.service.imp with parameters of type OTPProviderSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<OTPProvider>OTPProviderServiceImpl. find(OTPProviderSearchBean searchBean, int from, int size) -
Uses of OTPProviderSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type OTPProviderSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<OTPProviderEntity>OTPProviderRepositoryImpl. buildSpecifications(OTPProviderSearchBean sb) -
Uses of OTPProviderSearchBean in org.openiam.srvc.otp
Methods in org.openiam.srvc.otp with parameters of type OTPProviderSearchBean Modifier and Type Method Description intOTPProviderDataWebService. count(OTPProviderSearchBean searchBean)intOTPProviderDataWebServiceImpl. count(OTPProviderSearchBean searchBean)OTPProviderListResponseOTPProviderDataWebService. search(OTPProviderSearchBean searchBean, int from, int size)OTPProviderListResponseOTPProviderDataWebServiceImpl. search(OTPProviderSearchBean searchBean, int from, int size)
-