login() Method
In SecurityService, use the login() method to log in to Publisher and perform other actions using Web Services.
The login() method returns a String, which will become the Publisher session ID.
Signature
String login(String userID, String password);
Parameters for login() Method
Parameter | Description |
---|---|
String userID |
The user name. |
String password |
The password for the user name. |