admGetPermissionsFromScheme

Description

Retrieves a list of actions and corresponding permissions for a given Permission Scheme.

Return Type

JGeneric []

Returns an array of key/value pairs representing the values of a Permission Scheme, where the key is the permission and the value is the associated permission grants for each permission. Each value can be composed of multiple permission grant values separated by "|". Each permission grant is composed of an id and a type. The type will be in parentheses.

Example

JGeneric[] permissions = admGetPermissionsFromScheme("Default Permission Scheme"); return permissions;

See also