On the Step 3: Mapping page, from the Dataset list in the Input region, select

Predefined Providers for Generic Technology Connectors 19-21 a. For target resource reconciliation, click the edit icon for the OIM Object Status field of the OIM - Account data set. For target resource reconciliation, click the edit icon for the Status field of the OIM - User data set. b. On the Step 1: Field Information page, specify values for the following GUI elements: – Mapping Action: Select Create Mapping Without Transformation from this list. – Matching Only : Ensure that this check box is deselected.

c. Click Continue.

d. In the Input region on the Step 3: Mapping page, select the status field of the reconciliation staging data set. e. Click Continue, Continue, and click Close. f. To add or edit other fields displayed on the Step 3: Modify Connector Configuration page, continue with the procedure described in Section 21.2.4.3.1, Adding or Editing Fields in Data Sets .

19.6 Validation Providers

Table 19–1 describes the validation providers that are shipped with this release of Oracle Identity Manager. Note: These steps are a condensed version of the procedure described in Section 21.2.4.3.1, Adding or Editing Fields in Data Sets . Note: If a mapping already exists between the status field of the reconciliation staging data set and the OIM Object Status field or Status field, apply the instructions given in this step only where required. Note: Except for the Validate Date Format provider, all the providers in this table are implementations of methods of the GenericValidator class in the Apache Jakarta Commons API. Table 19–1 Validation Providers Validation Provider Description IsBlankOrNull Returns true if the field value is null and is not blank IsInRange Returns true if the field value is within a range specified by a minimum and maximum value pair IsByte Checks if the field value can be converted to a byte primitive IsDouble Checks if the field value can be converted to a double primitive IsFloat Checks if the field value can be converted to a float primitive IsInteger Checks if the field value can be converted to an integer primitive