/AWS1/CL_GLUBSAUTHNTCTNPROPS¶
Basic authentication configuration that defines the username and password properties for HTTP Basic authentication.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_username TYPE REF TO /AWS1/CL_GLUCONNECTORPROPERTY /AWS1/CL_GLUCONNECTORPROPERTY¶
The username property name to use for Basic authentication credentials.
io_password TYPE REF TO /AWS1/CL_GLUCONNECTORPROPERTY /AWS1/CL_GLUCONNECTORPROPERTY¶
The password property name to use for Basic authentication credentials.
Queryable Attributes¶
Username¶
The username property name to use for Basic authentication credentials.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME |
Password¶
The password property name to use for Basic authentication credentials.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PASSWORD() |
Getter for PASSWORD |