Analytics.Statistica.ConnectionInfo.setBasicAuth()
Signature
Object setBasicAuth(Object connection, String userName, String password)
Domain
ACTION, CONDITION, QUERY
Description
Sets the credential information like User name and Password for Basic Authorization for Statistica for it to connect to the server.
Parameters
Name | Type | Description |
connectionInfo | Object | ConnectionInfo object returned using createConnection |
userName | String | User name to connect to the Statistica Server using Basic Auth |
password | String | Password to connect to the Statistica Server using Basic Auth |