Oracle® Business Intelligence Web Services Guide > Description of Services in Oracle BI Web Services > SAWSessionService Service >
logon() Method
Use this method to authenticate the user. If authentication fails, an exception is thrown. Signature
String logon(String username, String password)
|
|
String username |
Specifies the user name to authenticate. |
String password |
Specifies the password for the user. If there is no password, leave this field empty (void). |
Returns
This method returns the session ID and sets an HTTP session cookie. The session ID is used in other
methods to identify the Oracle BI Web Services session.
|