Package oracle.iam.reconciliation.api
Interface ReconConfigService
public interface ReconConfigService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Configures reconciliation profile with the given Profile object.void
configureProfile
(String objName) Configures reconciliation profile for the given resource name, if the resource has already been imported into OIM.void
deleteProfile
(String objName) Deletes a reconciliation profile from OIM.exportProfile
(String name) Exports a reconciliation profile into a given Result object.getProfile
(String name) Gets the Profile object from OIM for the given profile name.void
importProfile
(String profileDocument) Imports and configures reconciliation profile with the given Source object.
-
Method Details
-
importProfile
Imports and configures reconciliation profile with the given Source object.- Parameters:
profileDocument
- well formed xml data to generate reconciliation profile.
-
exportProfile
Exports a reconciliation profile into a given Result object.- Parameters:
name
- Profile name to be exported.- Returns:
- String well formed profile xml document.
-
configureProfile
Configures reconciliation profile for the given resource name, if the resource has already been imported into OIM. It reads old/legacy recon configuration from prf/orf tables to generate profile.- Parameters:
objName
-
-
configure
Configures reconciliation profile with the given Profile object.- Parameters:
profile
-
-
getProfile
Gets the Profile object from OIM for the given profile name.- Parameters:
name
-- Returns:
- Profile object created in OIM.
-
deleteProfile
Deletes a reconciliation profile from OIM. It completely deletes the configuration for a particular connector.- Parameters:
objName
-
-