I have a J2EEE application from where I make calls to the BOE server (through java sdk). I invoke crystal reports using this API. Here are the step involved
- Pass the username/password to login to the BOE server
- Get an handle to the crystal report that I need to run
- Before running a report, change the database parameters
- set the report criteria
- Run the report.
My question is, is the username/password that I set in the API calls secured? Is there any documentation that supports this?
-Sumesh