/AWS1/CL_QSTREADBSAUTHCONNMET¶
Read-only metadata for basic authentication connections, containing non-sensitive configuration details.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_baseendpoint TYPE /AWS1/QSTENDPOINT /AWS1/QSTENDPOINT¶
The base endpoint URL for basic authentication.
iv_username TYPE /AWS1/QSTACTIONUSERNAME /AWS1/QSTACTIONUSERNAME¶
The username used for basic authentication.
Queryable Attributes¶
BaseEndpoint¶
The base endpoint URL for basic authentication.
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 used 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 |