Aqualogic Interaction API  
 

IPTACLSyncMap.GetACL Method 

Generates an ACL for the list of users and groups passed in The array coming in should be a 2D array with three columns. The first column is external domain strings, the second column is external user group or user names, and the third column is PT_USER_ID or PT_USERGROUP_ID. The Data Source ID must be set before this call can succeed.

IPTAccessList GetACL(
   object[][] vsaACL
);

Parameters

vsaACL
An array specifying groups and users for which an ACL should be generated

Return Value

An IPTAccessList produced for the requested users and groups

See Also

IPTACLSyncMap Interface | com.plumtree.server Namespace