Oracle® Business Intelligence Web Services Guide > Description of Structures in Oracle BI Web Services >

AccessControlToken Structure


Use this structure to describe permissions granted to a specific account in the access control list. This structure is used in the SecurityService Service. Table 3 lists the fields in this structure.

Table 3. AccessControlToken Structure Fields
Fields
Description

Account account

Specifies a reference to the Account structure.

int permissionMask

Specifies a combination of the following flags:

1 = Permission to read item content
2 = Permission to traverse directory
4 = Permission to change item content
8 = Permission to delete an item
16 = Permission to assign permissions to other accounts
32 = Permission to take ownership of the item

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.