/AWS1/CL_DZNBSAUTHNTCTNCREDS¶
The basic authentication credentials of a connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_username TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The user name for the connecion.
iv_password TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The password for a connection.
Queryable Attributes¶
userName¶
The user name for the connecion.
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 a connection.
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 |