Bookshelf Home | Contents | Index | PDF | ![]() ![]() |
Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Siebel Analytics Web SOAP API Methods > SecurityServiceProvides methods for identifying accounts and privileges. Table 51 shows the supported methods.
forgetAccount() MethodRemoves a Siebel Analytics Web internal ID to account name mapping. This is useful when an account mapping was created by mistake, for example as a side effect of an updateGlobalSAWPrivilegeACL call with a misspelled account name. Signaturevoid forgetAccount(Account account);
getGlobalPrivilegeACL() MethodGet the Access Control List for global privileges. SignatureACL getGlobalPrivilegeACL(String privilegeName, String sessionID); ReturnsReturns the Access Control List in an ACL structure. For more information on the ACL structure, see ACL Structure. getGlobalSAWPrivileges() MethodGet the list of all global privileges. SignaturePrivilege[] getGlobalSAWPrivileges(String sessionID); ReturnsReturns privilege information in a Privilege structure. For more information on the Privilege structure, see Privilege Structure. updateGlobalPrivilegeACL() MethodUpdate the Access Control List for global privileges. Signaturevoid updateGlobalPrivilegeACL(String SAWPrivilegeName, ACL acl, UpdateACLParams options, String sessionID);
|
![]() |
![]() ![]() |
Siebel Analytics Web Administration Guide |