Skip Headers
Oracle® Identity Manager Tools Reference Guide
Release 9.0.3

Part Number B32457-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

A Tables

This appendix describes in detail about the tables. It contains the following topics:

Class Files

To learn more about the class files that contains the xlUtils.jar, xlAPI.jar, xlIntegration.jar, and rt.jar files, refer to the Java API Documentation.

Naming Conventions

This table lists both the Oracle Identity Manager actions, and the conditions and results of these actions.

Action Condition Result
A user is deleted. Oracle Identity Manager checks each process for any tasks that display the Revoke selection in the Task Effect combo box. If so, then the condition for this task has been met (the user has been revoked), and Oracle Identity Manager inserts the task into the existing process. If the task has an adapter attached to it, it will be executed.
A user is disabled. Oracle Identity Manager checks each process for any tasks that display the Disable selection in the Task Effect combo box. If so, then the condition for this task has been met (the user has been disabled), and Oracle Identity Manager inserts the task into the existing process. If the task has an adapter attached to it, it will be executed.
A user is enabled. Oracle Identity Manager checks each process for any tasks that display the Enable selection in the Task Effect combo box. If so, then the condition for this task has been met (the user has been enabled), and Oracle Identity Manager inserts the task into the existing process. If the task has an adapter attached to it, it will be executed.
A user's password has been modified on the Users form Oracle Identity Manager checks each process to see if it has a Change User Password task. If so, then the condition for this task has been met (the user's password has been modified), and Oracle Identity Manager inserts the task into all existing processes, which have that task defined. If the task has an adapter attached to it, then it will be executed.
The data fields of an application process form have been modified. Oracle Identity Manager checks each process to see if it has a task that starts with the <field label >Updated naming convention (for example, HomeDirectory Updated). The condition for this task is met (the process task begins with the <field label_> updated naming convention). Oracle Identity Manager inserts the task into all existing processes, which have that task defined. If the task has an adapter attached to it, then it will be executed.
A user's profile information has been moved to a different organization. Oracle Identity Manager checks each process to see if it has a task that begins with the words Move User. The condition for this task is met (the user's profile information has been moved to a different organization). Oracle Identity Manager inserts the task into the existing process. If the task has an adapter attached to it, then it will be executed.

Adapter Task Mapping Information

The following section lists the mappings that you can set for the parameters of an adapter task.

Adapter Variables

The following table lists and describes the items of the Map To and Name combo boxes to which you can map the parameters of an adapter variable for an adapter task.

Map To Combo Box Name Combo Box Description
Adapter Variables A list of adapter variables appears You can map the parameter to the adapter variables that you created for this adapter.

Note: When the adapter variable's classification type is Object, it cannot be used with process task adapters.

Note: If the adapter variable's classification type is IT Resource, an Attribute combo box appears. From this combo box, select the attribute of the IT resource to which you wish to map the parameter.


Adapter Task

The following table lists and describes the items of the Map To, Name, and Output combo boxes to which you can map the parameters of an adapter task.

Map To Combo Box Name Combo Box Output combo Box Description
Adapter Task A list of adapter tasks appears. A list of output variables pertaining to the selected adapter task appears. You can map the parameter to the adapter tasks that you created for this adapter.

Literal

The following table lists and describes the items of the Map To and Type combo boxes, as well as the Value text box, to which you can map the parameters of a constant (or literal) for an adapter task.

Map To Combo Box Type Combo Box Value Text Box Description
Literal String, Boolean, Character, Byte, Date, Integer, Float, Long, Short, Double Enter the value of the literal into this text box. You can map the parameter to a String, Boolean, Character, Byte, Date, Integer, Float, Long, Short, or Double data type, respectively.

Adapter References

The following table lists and describes the items of the Map To and Type combo boxes to which you can map the parameters of an adapter reference for an adapter task.

Map To Combo Box Type Combo Box Description
Adapter References Event Handler Name or Database Reference You can map the parameter to the active adapter.

Organization Definition

The following table lists and describes the items of the Map To and Field combo boxes to which you can map the parameters of an organization definition for an adapter task.

Map To combo box Field Combo Box Description
Organization Definition Organization Name You can map the parameter to the Organization Name field of the Organizations form.

Organization Type You can map the parameter to the Type field of the Organizations form.

Organization ID You can map the parameter to the Organization # field of the Organizations form.

Organization Parent You can map the parameter to the Parent Organization field of the Organizations form.

Organization Status You can map the parameter to the Status field of the Organizations form.

Organization Parent ID You can map the parameter to the parent_key field in the ACT database table.

Any fields that appear in the User Defined Fields tab of the Organizations form. You can map the parameter to the selected user-defined field.

Process Definition

The following table lists and describes the items of the Map To and Field combo boxes to which you can map the parameters of a process definition for an adapter task.

Map To Combo Box Field Combo Box Description
Process Definition Name You can map the parameter to the Name field of the Process Definition form.

Type You can map the parameter to the Type field of the Process Definition form.

User Definition

The following table lists and describes the items of the Map To and Field combo boxes to which you can map the parameters of a user definition for an adapter task.

Map To Combo Box Field Combo Box Description
User Definition User Key You can map the parameter to a key, representing a unique record of the Users form.

First Name You can map the parameter to the First Name field of the Users form.

Middle Initial You can map the parameter to the Middle Name field of the Users form.

Last Name You can map the parameter to the Last Name field of the Users form.

User Login You can map the parameter to the User ID field of the Users form.

Password You can map the parameter to the New Password and Confirm Password fields of the Users form.

Type You can map the parameter to the Xellerate Type field of the Users form.

User Status You can map the parameter to the Status field of the Users form.

Role You can map the parameter to the Role field of the Users form.

Identity You can map the parameter to the Identity field of the Users form.

Disabled You can map the parameter to the Disable User check box of the Users form.

Organization You can map the parameter to the Organization field of the Users form.

Manager You can map the parameter to the Manager field of the Users form.

Start Date You can map the parameter to the Start Date field of the Users form.

End Date You can map the parameter to the End Date field of the Users form.

Email You can map the parameter to the Email field of the Users form.

Any fields that appear in the User Defined Fields tab of the Users form. You can map the parameter to the selected user-defined field.

Adapter Variable Mapping Information

When an adapter variable is not the adapter return variable, or it is not designated as Resolve at Runtime, it should be mapped within the Variable List tab of the Adapter Factory form.On the other hand, if the adapter variable is classified as an adapter return variable, or the adapter variable is set to Resolve at Runtime, it needs to be mapped at another location within Oracle Identity Manager. This location is contingent upon the adapter's type. For example, the variables of a process task adapter will be mapped at a different place than the variables of a pre-populate adapter.To learn where the variables of a particular type of adapter need to be mapped, consult the table below.

Adapter Type Location
Process Task The Integration tab of the Editing Task window.
Task Assignment The Assignment tab of the Editing Task window.
Rule Generator The Map Adapters tab of the Data Object Manager form.
Pre-Populate The Pre-Populate tab of the Form Designer form.
Entity The Map Adapters tab of the Data Object Manager form.

Now that you know where the variables for each type of adapter need to be mapped, the following sections list the mappings that you can set for the parameters of these adapter variables.

From the Variable List Tab

Variable Type Map To Qualifier/Resource Type
Object Adapter References Database References

Data Object References

Set at runtime (for Task Assignment adapters only) Database References

Data Object References



IT Resource Resolve at Runtime The IT Resource types that appear in the Table view of the IT Resources Type Definition form
String, Character, Byte, Integer, Float, Long, Short, Double Literal If you are mapping the adapter variable to a literal, a Literal Value text box appears below the Resource Type combo box. Within this text box, enter the value of this literal.

Resolve at Runtime N/A

Adapter References Event Handler Name

Note: If the data type of the adapter variable is not String, Adapter References cannot be selected from the Map To combo box.

Boolean Literal Boolean. If you select this resource type, two Literal Value options appear below the Resource Type combo box: True and False.

Select the option that corresponds to the value of the adapter variable.

Resolve at Runtime N/A
Date Literal If you are mapping the adapter variable to a literal, a Literal Value Lookup field appears below the Resource Type combo box.

Double-click this Lookup field. From the Date & Time window that appears, select the date and time that will be the value of this literal.

Resolve at Runtime N/A
System Date N/A

Note: Since this variable's value will reflect Oracle Identity Manager's date and time, you do not need to map it.


Process Task Adapter Variable Mappings

Variable Type Map To Qualifier/Description
Object (Adapter Return Variable) Process Data You can map the parameter to a field of either the associated custom process form, or a child table that belongs to this form.

Response Code N/A

Task Information Note. You can map the parameter to the Note tab of the Task List form.

Reason. You can map the parameter to the Error Details window. To access this window, double-click a task that appears within the Task List form.

Process Definition Name. You can map the parameter to the Name field of the Process Definition form.

Type. You can map the parameter to the Type Lookup field of the Process Definition form.
Object (Adapter Return Variable) Organization Definition The fields of the Organizations form to which you can map the adapter variable.

Note: Since the data type of the adapter variable is Object, you cannot select Organization ID and Organization Parent ID from the Qualifier combo box.

User Definition The fields of the Users form to which you can map the adapter variable.
IT Resource IT Resource You can map the parameter to an IT resource. This IT resource is a member of the IT resource type that appears in parenthesis from within the Data Type field.

Process Data You can map the parameter to a field of the associated process-specific form.

Note: The only field names that will appear in this combo box are ones with a data type of IT Resource Lookup Field.

String, Boolean, Character, Byte, Date, Integer, Float, Long, Short, Double Process Data You can map the parameter to a field of either the associated custom process form, or a child table that belongs to this form.

Task Information Note. You can map the parameter to the Note tab of the Task List form.

Reason. You can map the parameter to the Error Details window. To access this window, double-click a task that appears within the Task List form.

Process Definition Name. You can map the parameter to the Name field of the Process Definition form.

Type. You can map the parameter to the Type Lookup field of the Process Definition form.

Organization Definition The fields of the Organizations form to which you can map the adapter variable.
String, Boolean, Character, Byte, Date, Integer, Float, Long, Short, Double User Definition

The fields of the Users form to which you can map the adapter variable.


Literal If you are mapping the adapter variable to a literal, and the variable's data type is String, Character, Byte, Integer, Float, Long, Short, or Double, a Literal Value text box appears below the Qualifier combo box. Within the text box, enter the value of this literal.

When you are mapping the adapter variable to a literal, and the variable's data type is Boolean, two Literal Value options appear below the Qualifier combo box: True and False. Select the option that corresponds to the value of the adapter variable.

If you are mapping the adapter variable to a literal, and the variable's data type is Date, a Literal Value Lookup field appears below the Qualifier combo box. Double-click this Lookup field. From the Date & Time window that appears, select the date and time that will be the value of this literal.

String IT Resources If you are mapping the adapter variable to an IT Resource, three combo boxes appear below the Map To combo box: Qualifier, IT Asset Type, and IT Asset Property. From these combo boxes, select the qualifier for the mapping, the specific name of the IT resource, and the field of the IT resource that will receive the results of the mapping.

Note: If the data type of the adapter variable is not String, IT Resources cannot be selected from the Map To combo box.


Task Assignment Adapter Variable Mappings

Variable Type Map To Qualifier/Description
IT Resource Object Data You can map the parameter to an IT resource's instance key. This IT resource is a member of the IT resource type that appears in parenthesis from within the Data Type field.

IT Resource You can map the parameter to an IT resource.



Object (Adapter Return Value) Object Data You can map the parameter to a field of either the associated custom resource object form, or a child table that belongs to this form.

Response Code N/A

Task Information The fields of the Task List form to which you can map the adapter variable.

Process Definition The fields of the Process Definition form to which you can map the adapter variable.

Organization Definition The fields of the Organizations form to which you can map the adapter variable.

User Definition The fields of the Users form to which you can map the adapter variable.
String, Boolean, Character, Byte, Date, Integer, Float, Long, Short, Double Object Data You can map the parameter to a resource object's instance key.

Task Information The fields of the Task List form to which you can map the adapter variable.

Process Definition The fields of the Process Definition form to which you can map the adapter variable.

Organization Definition The fields of the Organizations form to which you can map the adapter variable.
String, Boolean, Character, Byte, Date, Integer, Float, Long, Short, Double User Definition The fields of the Users form to which you can map the adapter variable.

Request Info Request ID. You can map the parameter to the Request ID field of the Requests form.

Request Action. You can map the parameter to the Request Action field of the Requests form.

Request Priority. You can map the parameter to the Request Priority field of the Requests form.

Request Target User The fields of the Users form to which you can map the adapter variable.

Request Target Organization The fields of the Organizations form to which you can map the adapter variable.

Requester Info The fields of the Users form to which you can map the adapter variable.

Literal If you are mapping the adapter variable to a literal, a Literal Value text box appears below the Qualifier combo box. Within the text box, enter the value of this literal.

Note: If the data type of the adapter variable is Boolean, two options appear in place of the text box: True and False. Select the option that reflects the value of the adapter variable.

Note: If the data type of the adapter variable is Object, Literal cannot be selected from the Map To combo box.

String IT Resources Resource Instance. You can map the parameter to an IT resource's instance key. This IT resource is a member of the IT resource type that appears in parenthesis from within the Data Type field.


IT Asset Type. You can map the parameter to an IT resource type.
String IT Resources IT Asset Property. You can map this parameter to one of the properties that comprise the selected IT resource type.

Rule Generator and Entity Adapter Variable Mappings

Variable Type Map To Qualifier/Description
Object (Adapter Return Variable), IT Resource, String, Boolean, Character, Byte, Date, Integer, Float, Long, Short Literal If you are mapping the adapter variable to a literal, a Literal Value text box appears below the Qualifier combo box. Within the text box, enter the value of this literal.

Note: If the data type of the adapter variable is Object, Literal cannot be selected from the Map To combo box.


Entity Field You can map the adapter variable to a field of the associated process form. The name of this form is displayed in the Form Description field of the Data Object Manager form.

Contact The fields of the Contact Information tab to which you can map the adapter variable.

Location The fields of the Location form to which you can map the adapter variable.

Organization Definition The fields of the Organizations form to which you can map the adapter variable.

Note: If the data type of the adapter variable is not Object, you cannot select Organization ID and Organization Parent ID from the Qualifier combo box.


User Definition The fields of the Users form to which you can map the adapter variable.

Pre-Populate Adapter Variable Mappings

Variable Type Map To Qualifier/Description
IT Resource IT Resource You can map the parameter to an IT resource. This IT resource is a member of the IT resource type that appears in parenthesis from within the Data Type field.

Process Data You can map the parameter to a field of the associated process-specific form.

Note: The only field names that will appear in this combo box are ones with a data type of IT Resource Lookup Field.

String, Boolean, Character, Byte, Date, Integer, Float, Long, Short, Double Process Data You can map the parameter to a field of the associated process-specific form.

Organization Definition The fields of the Organizations form to which you can map the adapter variable.




User Definition The fields of the Users form to which you can map the adapter variable.

Location The fields of the Location form to which you can map the adapter variable.

Contact The fields of the Contact Information tab to which you can map the adapter variable.
String, Boolean, Character, Byte, Date, Integer, Float, Long, Short, Double Literal If you are mapping the adapter variable to a literal, and the variable's data type is String, Character, Byte, Integer, Float, Long, Short, or Double, a Literal Value text box appears below the Qualifier combo box. Within the text box, enter the value of this literal.

When you are mapping the adapter variable to a literal, and the variable's data type is Boolean, two Literal Value options appear below the Qualifier combo box: True and False. Select the option that corresponds to the value of the adapter variable.

If you are mapping the adapter variable to a literal, and the variable's data type is Date, a Literal Value Lookup field appears below the Qualifier combo box. Double-click this Lookup field. From the Date & Time window that appears, select the date and time that will be the value of this literal.

String IT Resources If you are mapping the adapter variable to an IT Resource, three combo boxes appear below the Map To combo box: Qualifier, IT Asset Type, and IT Asset Property. From these combo boxes, select the qualifier for the mapping, the specific name of the IT resource, and the field of the IT resource that will receive the results of the mapping.

Note: If the data type of the adapter variable is not String, IT Resources cannot be selected from the Map To combo box