URI parameter | Description |
forceLogin | True to force a login, false to display the login page. The default is false. The login operation is described in Understanding the authentication process. |
iPortalID | The unique authentication ID assigned to the user upon successful login. Use this parameter in conjunction with the userID parameter to ensure that a user’s personalized settings appear in Java Components pages. |
locale | The current user’s locale, such as U.S. English (en-US). Java Components locale names have the form nn_CC. nn is the language abbreviation and CC is the country code in both formats. |
password | The password associated with the userID. |
serverURL | Contains the URI that accesses an Actuate web application, such as http://Services:8000. |
timezone | The current user’s time zone. |
userID | The user’s unique identifier, required to log in to the repository. Use this parameter in conjunction with the iPortalID parameter to ensure that a user’s personalized settings appear in Java Components pages. |