Hidden parameters are used to pass sensitive data, such as a password, within the context of the report. The hidden data can be used by the report, by SQL, or by the java bean to process business logic without the knowledge of the user.
Example:
<param id="city" displaytext="User1" name="city" hidden="true" type="string" class="com.ca.ims.reporting.unittests.TestDataCollector"/>
In the previous example, the value of the city parameter will be processed by the TestDataCollector java bean, but won’t be seen by the user.
Ensure the java bean is in the IdentityMinder.ear\custom directory.
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |