/AWS1/CL_DZNAUTHNTCTNCONF¶
The authentication configuration of a connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_authenticationtype TYPE /AWS1/DZNAUTHENTICATIONTYPE /AWS1/DZNAUTHENTICATIONTYPE¶
The authentication type of a connection.
iv_secretarn TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The secret ARN of a connection.
io_oauth2properties TYPE REF TO /AWS1/CL_DZNOAUTH2PROPERTIES /AWS1/CL_DZNOAUTH2PROPERTIES¶
The oAuth2 properties of a connection.
Queryable Attributes¶
authenticationType¶
The authentication type of a connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHENTICATIONTYPE() |
Getter for AUTHENTICATIONTYPE, with configurable default |
ASK_AUTHENTICATIONTYPE() |
Getter for AUTHENTICATIONTYPE w/ exceptions if field has no |
HAS_AUTHENTICATIONTYPE() |
Determine if AUTHENTICATIONTYPE has a value |
secretArn¶
The secret ARN of a connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETARN() |
Getter for SECRETARN, with configurable default |
ASK_SECRETARN() |
Getter for SECRETARN w/ exceptions if field has no value |
HAS_SECRETARN() |
Determine if SECRETARN has a value |
oAuth2Properties¶
The oAuth2 properties of a connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OAUTH2PROPERTIES() |
Getter for OAUTH2PROPERTIES |