/AWS1/CL_QSTBASICAUTHCONNMET¶
Metadata for basic authentication using username and password.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_baseendpoint TYPE /AWS1/QSTENDPOINT /AWS1/QSTENDPOINT¶
The base URL endpoint for the external service.
iv_username TYPE /AWS1/QSTACTIONUSERNAME /AWS1/QSTACTIONUSERNAME¶
The username for basic authentication.
iv_password TYPE /AWS1/QSTACTIONPASSWORD /AWS1/QSTACTIONPASSWORD¶
The password for basic authentication.
Queryable Attributes¶
BaseEndpoint¶
The base URL endpoint for the external service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BASEENDPOINT() |
Getter for BASEENDPOINT, with configurable default |
ASK_BASEENDPOINT() |
Getter for BASEENDPOINT w/ exceptions if field has no value |
HAS_BASEENDPOINT() |
Determine if BASEENDPOINT has a value |
Username¶
The username for basic authentication.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
Password¶
The password for basic authentication.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PASSWORD() |
Getter for PASSWORD, with configurable default |
ASK_PASSWORD() |
Getter for PASSWORD w/ exceptions if field has no value |
HAS_PASSWORD() |
Determine if PASSWORD has a value |