Uses of Class
org.openiam.base.response.CSVConfigResponse
-
Packages that use CSVConfigResponse Package Description org.openiam.esb.core.service org.openiam.esb.sync.service org.openiam.srvc.idm -
-
Uses of CSVConfigResponse in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return CSVConfigResponse Modifier and Type Method Description CSVConfigResponse
IdentitySynchService. addCSVConfig(CSVConfig synchConfig)
CSVConfigResponse
IdentitySynchService. getCSVConfigById(String id)
CSVConfigResponse
IdentitySynchService. previewCSV(String id)
-
Uses of CSVConfigResponse in org.openiam.esb.sync.service
Methods in org.openiam.esb.sync.service that return CSVConfigResponse Modifier and Type Method Description CSVConfigResponse
IdentitySynchServiceImpl. addCSVConfig(CSVConfig synchConfig)
CSVConfigResponse
IdentitySynchServiceImpl. getCSVConfigById(String id)
CSVConfigResponse
IdentitySynchServiceImpl. previewCSV(String id)
-
Uses of CSVConfigResponse in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm that return CSVConfigResponse Modifier and Type Method Description CSVConfigResponse
IdentitySynchWebService. addCSVConfig(CSVConfig csvConfig)
CSVConfigResponse
IdentitySynchWebServiceImpl. addCSVConfig(CSVConfig synchConfig)
CSVConfigResponse
IdentitySynchWebService. findCSVById(String id)
CSVConfigResponse
IdentitySynchWebServiceImpl. findCSVById(String id)
CSVConfigResponse
IdentitySynchWebService. previewCSV(String id)
CSVConfigResponse
IdentitySynchWebServiceImpl. previewCSV(String id)
-