updateRole Method updateUser Method

5-8 Developers Guide for Oracle Business Intelligence Publisher Signature boolean updateUserString currentUsername, String newPassword, String adminUser, String adminPassword;

5.20 validateLogin Method

Use the validateLogin method to validate that a UserID and Password have the privilege to access the Oracle BI Publisher report server. Signature boolean validateLoginString userID, String password; Table 5–17 Parameters for updateUser Method Parameter Description String currentUserName The user name to update. String newPassword The new password to assign to the user name. String adminUser Specifies a BI Publisher user name for a user with administration privileges. String adminPassword Specifies the password for the administration user name. Table 5–18 Parameters for validateLogin Method Parameter Description String userID Specifies the BI Publisher user name. String password Specifies the password for the user name. 6 CatalogService 6-1 6 CatalogService This chapter provides details on the CatalogService methods you can use to interact with the BI Publisher server top-level catalog. CatalogService manages all report objects, including folders, reports, data models, style templates, and sub-templates, and provides methods for common operations, such as create, delete, copy, and rename. This chapter contains the following sections: ■ Section 6.1, copyObject Method ■ Section 6.2, copyObjectInSession Method ■ Section 6.3, createFolder Method ■ Section 6.4, createFolderInSession Method ■ Section 6.5, createObject Method ■ Section 6.6, createObjectInSession Method ■ Section 6.7, deleteObject Method ■ Section 6.8, deleteObjectInSession Method ■ Section 6.9, downloadObject Method ■ Section 6.10, downloadObjectInSession Method ■ Section 6.11, downloadXLIFF Method ■ Section 6.12, downloadXLIFFInSession Method ■ Section 6.13, getFolderContents Method ■ Section 6.14, getFolderContentsInSession Method ■ Section 6.15, getObject Method ■ Section 6.16, getObjectInfo Method ■ Section 6.17, getObjectInfoInSession Method ■ Section 6.18, getObjectInSession Method ■ Section 6.19, objectExist Method ■ Section 6.20, objectExistInSession Method Note: For information on debugging applications built with BI Publisher Web services, see Section 1.3, Debugging Web Service Applications.