Uses of Class
org.openiam.am.srvc.searchbean.AuthAttributeSearchBean
-
Packages that use AuthAttributeSearchBean Package Description org.openiam.common.beans.builder org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.repository.impl org.openiam.srvc.am -
-
Uses of AuthAttributeSearchBean in org.openiam.common.beans.builder
Method parameters in org.openiam.common.beans.builder with type arguments of type AuthAttributeSearchBean Modifier and Type Method Description AuthProviderAttribute
AuthProviderAttributeBuilder. buildAttribute(String attributeId, String value, Function<AuthAttributeSearchBean,List<AuthAttribute>> attributeProvider)
-
Uses of AuthAttributeSearchBean in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service with parameters of type AuthAttributeSearchBean Modifier and Type Method Description List<AuthAttribute>
AuthProviderService. findAuthAttributeBeans(AuthAttributeSearchBean searchBean, int from, int size)
-
Uses of AuthAttributeSearchBean in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl with parameters of type AuthAttributeSearchBean Modifier and Type Method Description List<AuthAttribute>
AuthProviderServiceImpl. findAuthAttributeBeans(AuthAttributeSearchBean searchBean, int from, int size)
-
Uses of AuthAttributeSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type AuthAttributeSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<AuthAttributeEntity>
AuthAttributeRepositoryImpl. buildSpecifications(AuthAttributeSearchBean sb)
-
Uses of AuthAttributeSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type AuthAttributeSearchBean Modifier and Type Method Description List<AuthAttribute>
AuthProviderWebService. findAuthAttributeBeans(AuthAttributeSearchBean searchBean, int from, int size)
List<AuthAttribute>
AuthProviderWebServiceImpl. findAuthAttributeBeans(AuthAttributeSearchBean searchBean, int from, int size)
-