Uses of Class
org.openiam.idm.searchbeans.AttributeMapSearchBean
-
Packages that use AttributeMapSearchBean Package Description org.openiam.esb.core.service org.openiam.esb.repository.impl org.openiam.esb.sync.service org.openiam.srvc.idm -
-
Uses of AttributeMapSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type AttributeMapSearchBean Modifier and Type Method Description List<AttributeMap>IdentitySynchService. findSynchConfigAttributeMaps(AttributeMapSearchBean searchBean) -
Uses of AttributeMapSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type AttributeMapSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<AttributeMapEntity>AttributeMapRepositoryImpl. buildSpecifications(AttributeMapSearchBean sb) -
Uses of AttributeMapSearchBean in org.openiam.esb.sync.service
Methods in org.openiam.esb.sync.service with parameters of type AttributeMapSearchBean Modifier and Type Method Description List<AttributeMap>IdentitySynchServiceImpl. findSynchConfigAttributeMaps(AttributeMapSearchBean searchBean) -
Uses of AttributeMapSearchBean in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm with parameters of type AttributeMapSearchBean Modifier and Type Method Description List<AttributeMap>IdentitySynchWebService. findSynchConfigAttributeMaps(AttributeMapSearchBean searchBean)List<AttributeMap>IdentitySynchWebServiceImpl. findSynchConfigAttributeMaps(AttributeMapSearchBean searchBean)
-