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

updateGlobalPrivilegeACL() Method


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

Signature

void updateGlobalPrivilegeACL(String privilegeName, ACL acl, UpdateACLParams updateACLParams, String sessionID);

Arguments
Description

String privilegeName

Specifies the name of privilege to update.

ACL acl

Specifies the Access Control List to update, supplied in the ACL structure. For information about the ACL structure, read ACL Structure.

UpdateACLParams updateACLParams

Specifies the Access Control List parameters to update, supplied in the UpdateACLParams structure. For information about the UpdateACLParams structure, read UpdateACLParams Structure.

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.

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