Constructor
# new SystemAccessPoint(hostName, userName, password, tlsEnabled, verboseErrors, logger)
Constructs a new SystemAccessPoint instance
Parameters:
Name | Type | Description |
---|---|---|
hostName |
string
|
The system access point host name. |
userName |
string
|
The user name that shall be used to authenticate with the system access point. |
password |
string
|
The password that shall be used to authenticate with the system access point. |
tlsEnabled |
boolean
|
Determines whether the communication with the system access point shall be protected by TLS. |
verboseErrors |
boolean
|
Determines whether verbose error messages shall be used, for example for message validation. |
logger |
Logger
|
The logger instance to be used. If no explicit implementation is provided, the this.logger will be used for logging. |