Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - hubrch

Pages: [1]
1
OD/WEK & JAVA API / CMOD Read all priviliges of an Application Group
« on: September 20, 2019, 10:26:35 AM »
Hi,

ist it possible to read all priviliges of an Applciation Group (like listed in the tab of admin Client) with arsxml or odwek?
Currently i can only read users an Groups with arsxml seperately:
Code: [Select]
odServer.logon();

XMLCallback cb = new XMLCallback();
Properties p = new Properties();

byte[] bArray = odServer.xmlParse(
"<?xml version='1.0' encoding='UTF-8'?><onDemand xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation='D:\\anwend\\IBM\\OnDemand\\V9.5\\xml\\ondemand.xsd'><group name='_ALL'/></onDemand>",
ODConstant.OD_ARSXML_ACTION_EXPORT, p, cb)

Pages: [1]