Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Set user privileges
giusca78
hi all,
i need to change users privileges without use iServer.
I'd do this in a java class or in a birt report.
How can i do this?
Thanks
Giuseppe
Find more posts tagged with
Comments
Virgil Dodson
Hi Giuseppe,<br />
<br />
It sounds like you are aware of the <a class='bbc_url' href='
http://www.birt-exchange.org/wiki/Overview_-_Page_Level_Security/'>Page
Level Security</a> feature available with Actuate BIRT Designer. To get similar functionality, you could make use of BIRT parameters... and then the visibility properties of various BIRT elements like tables, columns, etc. This way, you pass in the user credentials, or a user role, and make decisions on what you want to show. You can use the visibility property, scripting, or pass the credentials into the database connection. If you have a Java class for data, you can also pass along the user credentials to restrict the data there if you like.
giusca78
Hi vdodson,
I have a different problem to solve.
I don't want a functionality like Page Level Security, but I need to change users privileges to a file or folder in actuate iServer without use iServer.
In previous release of Actuate I can do this with EGCLIENT, but in Actuate10 EGCLIENT doesn't exist.
Virgil Dodson
You can change the permissions for a file or folder with the web services API for the iServer called the Actuate Information Delivery API (IDAPI)<br />
<br />
More information is available at <a class='bbc_url' href='
http://www.birt-exchange.org/wiki/GSG:Getting_Started_with_Server_Integration_Technology/'>GSG:Getting
Started with Server Integration Technology - BIRT Wiki - BIRT Exchange</a><br />
<br />
For your specific question, details can found in a section called, Updating a file or folder (on page 132) of the manual at <br />
<a class='bbc_url' href='
http://www.birt-exchange.org/documentation/Manuals10/using-iserver-integration-tech.pdf'>http://www.birt-exchange.org/documentation/Manuals10/using-iserver-integration-tech.pdf</a>
;
giusca78
thank you very much