Uses of Class
org.openiam.idm.searchbeans.LoginAttributeSearchBean
-
Packages that use LoginAttributeSearchBean Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.esb.repository.impl org.openiam.srvc.user -
-
Uses of LoginAttributeSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type LoginAttributeSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<LoginAttribute>LoginDataService. findBeansAttributes(LoginAttributeSearchBean searchBean, int from, int size) -
Uses of LoginAttributeSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type LoginAttributeSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<LoginAttribute>LoginDataServiceImpl. findBeansAttributes(LoginAttributeSearchBean searchBean, int from, int size) -
Uses of LoginAttributeSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type LoginAttributeSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<LoginAttributeEntity>LoginAttributeRepositoryImpl. buildSpecifications(LoginAttributeSearchBean sb) -
Uses of LoginAttributeSearchBean in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type LoginAttributeSearchBean Modifier and Type Method Description LoginAttributeListResponseLoginAttributeDataWebService. findBeans(LoginAttributeSearchBean searchBean, int from, int size)LoginAttributeListResponseLoginAttributeDataWebServiceImpl. findBeans(LoginAttributeSearchBean searchBean, int from, int size)
-