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

NameTypeDescription
connectionInfoObjectConnectionInfo object returned using createConnection
userNameStringUser name to connect to the Statistica Server using Basic Auth
passwordStringPassword to connect to the Statistica Server using Basic Auth

Returns

TypeDescription
Object

Cautions

none