Oracle® Business Intelligence Web Services Guide > Description of Services in Oracle BI Web Services >
Use this service to provide authentication methods such as logon and logoff, and other session-related methods. Table 45 shows the supported methods.
getCurUser() Method
Retrieves the current user ID for the session.
GetSessionEnvironment() Method
Retrieves the environment object for the current session?
impersonate() Method
Logs on and then impersonates the user.
impersonateex() Method
Logs on and then impersonates the user. Similar to the impersonate method, but impersonateex can specify optional session parameters.
keepAlive() Method
Instructs Oracle BI Web Services not to end particular sessions due to inactivity.
logoff() Method
Logs the user off Oracle BI Web Services.
logon() Method
Authenticates the user.
logonex() Method
Authenticates the user. Similar to the logon method, but logonex can specify optional session parameters.