/AWS1/CL_DZNUSERNAMEPASSWORD¶
The username and password of a connection.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_password TYPE /AWS1/DZNPASSWORD /AWS1/DZNPASSWORD¶
The password of a connection.
iv_username TYPE /AWS1/DZNUSERNAME /AWS1/DZNUSERNAME¶
The username of a connection.
Queryable Attributes¶
password¶
The password of 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 |
username¶
The username of a connection.
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 |