Skip Headers
Oracle® Identity Manager Connector Guide for PeopleSoft User Management
Release 9.0.3

Part Number B32365-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

D Additional Steps to Be Performed on the Target System

This appendix describes the following procedures, which are performed on the target system:

Creating the APIs for the Component Interface

To create the APIs for the component interface:

  1. Open the Application Designer by clicking Start and then selecting Programs, Peoplesoft8.x, and Application Designer. The Application Designer window is displayed.

  2. In the Application Designer window, select Open from the File menu. The Open Definition dialog box is displayed.

  3. In the Open Definition dialog box, select Component Interface from the Definition list.

  4. Enter USER_PROFILE in the Name field, and then press Enter.

    All the component interfaces with names that start with USER_PROFILE are displayed in the Open Definition dialog box.

  5. Select the USER_PROFILE entry, and then click Open.

  6. Click Yes in the message that is displayed. The properties of the USER_PROFILE component interface are displayed.

  7. In the window for the USER_PROFILE component interface, select PeopleSoft APIs from the Build menu. The Build PeopleSoft API Bindings dialog box is displayed.

  8. In the Java Classes region, select the Build check box.

  9. From the Select APIs to Build list, select CompIntfc.CompIntfcPropertyInfo, CompIntfc.CompIntfcPropertyInfoCollection, and the APIs with names that start with CompIntfc.USER_PROFILE.

  10. In the Target Directory field, specify the path of the directory in which you want the Java API classes to be created, and then click OK.

  11. Ensure that the psjoa.jar file is set in the CLASSPATH environment variable. This file is in the OIM_home\xellerate\ThirdParty directory.

  12. Compile the APIs from the target directory specified in the preceding step.

  13. Bundle the compiled class files in a JAR named peoplesoft.jar as follows:

    jar -cvf peoplesoft.jar PeopleSoft/Generated/CompIntfc/*.class
    
    

Creating the Java Template for the Component Interface

To create the Java template for the component interface:

  1. On the right pane of the window for the USER_PROFILE component interface, right-click USER_PROFILE.

  2. Select Generate Java Template from the shortcut menu. A message showing the name and path of the Java template is displayed.

  3. Click OK to close the message.