Skip navigation links


oracle.iam.reconciliation.api
Interface ReconConfigService


public interface ReconConfigService

Method Summary
 void configure(Profile profile)
          Configures reconciliation profile with the given Profile object.
 void configureProfile(java.lang.String objName)
          Configures reconciliation profile for the given resource name, if the resource has already been imported into OIM.
 void deleteProfile(java.lang.String objName)
          Deletes a reconciliation profile from OIM.
 java.lang.String exportProfile(java.lang.String name)
          Exports a reconciliation profile into a given Result object.
 Profile getProfile(java.lang.String name)
          Gets the Profile object from OIM for the given profile name.
 void importProfile(java.lang.String profileDocument)
          Imports and configures reconciliation profile with the given Source object.

 

Method Detail

importProfile

void importProfile(java.lang.String profileDocument)
Imports and configures reconciliation profile with the given Source object.
Parameters:
profileDocument - well formed xml data to generate reconciliation profile.

exportProfile

java.lang.String exportProfile(java.lang.String name)
Exports a reconciliation profile into a given Result object.
Parameters:
name - Profile name to be exported.
Returns:
String well formed profile xml document.

configureProfile

void configureProfile(java.lang.String objName)
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

void configure(Profile profile)
Configures reconciliation profile with the given Profile object.
Parameters:
profile -

getProfile

Profile getProfile(java.lang.String name)
Gets the Profile object from OIM for the given profile name.
Parameters:
name -
Returns:
Profile object created in OIM.

deleteProfile

void deleteProfile(java.lang.String objName)
Deletes a reconciliation profile from OIM. It completely deletes the configuration for a particular connector.
Parameters:
objName -

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.