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

getGlobalPrivilegeACL() Method


Use this method to retrieve the Access Control List for global privileges.

Signature

ACL getGlobalPrivilegeACL(String privilegeName, String sessionID);

Argument
Description

String privilegeName

Specifies the name of privilege to retrieve.

String sessionID

Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Returns

Returns the Access Control List in an ACL structure. For more information on the ACL structure, read ACL Structure.

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