cancel
Showing results for 
Search instead for 
Did you mean: 

BO - JAVA SDK

Former Member
0 Kudos

I want to programmatically change User Scecurity for a Report in BO.

What I want is, for a report I want to change User security , so that if one is given an Access to report he should be able to view

that and if he is not given than he should be not able to view that report.

So which API should i use?

Thanks,

Akash

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Actually, that interface is deprecated since Business Objects 12.0. Instead, use ISecurityInfo2. But yeah, that is what you need to do.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Akash,

You can use the ISecurityInfo Interface to set security rights. Following is the link to the API Reference Library

http://devlibrary.businessobjects.com/businessobjectsxi/en/devlib.htm#en/boe_sdk/boesdk_java_dg_doc/...

Suggest you to go through the following sample code

http://devlibrary.businessobjects.com/businessobjectsxi/en/devlib.htm#en/boe_sdk/boesdk_java_dg_doc/...

Please let me know if you need any more details.

Regards,

Shreyans Surana

0 Kudos

Moved to BOE Java SDK forum