validateLogin() Method
In SecurityService, use the validateLogin() method to validate that a UserID and Password have the privilege to access Publisher.
Signature
boolean validateLogin(String userID, String password);
Parameters for validateLogin() Method
Parameter | Description |
---|---|
String userID |
The user name. |
String password |
The password for the user name. |