Previous Topic: SQL

Next Topic: String Literals

Java Beans

If using SQL is not ideal, you can use java beans to calculate values and provide the list of <key,value> pairs to CA Identity Manager. The java beans should be in the classpath of CA Identity Manager.

Example:

<param id="lastname2" displaytext="Name using Javabean" name="lastname2" type="dropdown" class="com.ca.ims.reporting.unittests.TestDataCollector"/>

In the previous example, the TestDataCollector retrieves the values in its own way and sends the data for the drop-down list to the report. The <key, value> pairs are separated by %1F.

Ensure the java bean is in the IdentityMinder.ear\custom directory.

Note: For more information on implementing java beans, see your Business Objects documentation.


Copyright © 2010 CA. All rights reserved. Email CA about this topic