Customizing the adapter profile

To customize the adapter profile, you must change the adapter profile JAR file. You might customize the adapter profile to change the account form or the service form. You can also change the labels on the forms by using the Form Designer or the CustomLabels.properties file. Each adapter has a CustomLabels.properties file.

About this task

The adapter profile JAR file is included in the adapter compressed file that you downloaded from the IBM® website. The JAR file and the files that are contained in the JAR file vary depending on your operating system and the adapter.
Note: You cannot modify the schemas for this adapter. Attributes cannot be added to or deleted from the schema.

Procedure

  1. Edit the profile JAR file.
    1. Log in to the system where the IBM Security Privileged Identity Manager Adapter is installed.
    2. Copy the JAR file into a temporary directory.
    3. Extract the contents of the JAR file into the temporary directory.
      Run the following command. Type the name of the JAR file for your operating system.
      #cd /tmp 
      #jar -xvf PIMProfile.jar
      The jar command extracts the files into the PIMProfile directory.
    4. Edit the file that you want to change.
    5. Save the file.
  2. Import the file.
    1. Create a JAR file by using the files in the /tmp directory
      Run the following command:
      #cd /tmp  
      #jar -cvf PIMProfile.jar PIMProfile
    2. Import the JAR file into the IBM Security Identity Manager application server.
    3. Stop and start the IBM Security Identity server
    4. Restart the adapter service.