Uses of Class
org.openiam.base.response.SynchConfigResponse
-
Packages that use SynchConfigResponse Package Description org.openiam.esb.core.service org.openiam.esb.sync.service org.openiam.srvc.idm -
-
Uses of SynchConfigResponse in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return SynchConfigResponse Modifier and Type Method Description SynchConfigResponse
IdentitySynchService. addConfig(SynchConfig synchConfig)
SynchConfigResponse
IdentitySynchService. findDTOById(String id)
SynchConfigResponse
IdentitySynchService. mergeConfig(SynchConfig synchConfig)
-
Uses of SynchConfigResponse in org.openiam.esb.sync.service
Methods in org.openiam.esb.sync.service that return SynchConfigResponse Modifier and Type Method Description SynchConfigResponse
IdentitySynchServiceImpl. addConfig(SynchConfig synchConfig)
SynchConfigResponse
IdentitySynchServiceImpl. findDTOById(String id)
SynchConfigResponse
IdentitySynchServiceImpl. mergeConfig(SynchConfig synchConfig)
-
Uses of SynchConfigResponse in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm that return SynchConfigResponse Modifier and Type Method Description SynchConfigResponse
IdentitySynchWebService. addConfig(SynchConfig synchConfig)
SynchConfigResponse
IdentitySynchWebServiceImpl. addConfig(SynchConfig synchConfig)
SynchConfigResponse
IdentitySynchWebService. findById(String id)
SynchConfigResponse
IdentitySynchWebServiceImpl. findById(String id)
SynchConfigResponse
IdentitySynchWebService. mergeConfig(SynchConfig synchConfig)
SynchConfigResponse
IdentitySynchWebServiceImpl. mergeConfig(SynchConfig synchConfig)
-