Interface ReconConfigService


public interface ReconConfigService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(Profile profile)
    Configures reconciliation profile with the given Profile object.
    void
    Configures reconciliation profile for the given resource name, if the resource has already been imported into OIM.
    void
    Deletes a reconciliation profile from OIM.
    Exports a reconciliation profile into a given Result object.
    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

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

      String exportProfile(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(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(String name)
      Gets the Profile object from OIM for the given profile name.
      Parameters:
      name -
      Returns:
      Profile object created in OIM.
    • deleteProfile

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