/AWS1/CL_BDCHARNGWOUTBNDAUTH¶
Authentication method for calling a Gateway.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_awsiam TYPE REF TO /AWS1/CL_BDCUNIT /AWS1/CL_BDCUNIT¶
SigV4-sign requests using the agent's execution role.
io_none TYPE REF TO /AWS1/CL_BDCUNIT /AWS1/CL_BDCUNIT¶
No authentication.
io_oauth TYPE REF TO /AWS1/CL_BDCOAUTHCREDPROVIDER /AWS1/CL_BDCOAUTHCREDPROVIDER¶
OAuth 2.0 authentication via AgentCore Identity.
Queryable Attributes¶
awsIam¶
SigV4-sign requests using the agent's execution role.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSIAM() |
Getter for AWSIAM |
none¶
No authentication.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NONE() |
Getter for NONE |
oauth¶
OAuth 2.0 authentication via AgentCore Identity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OAUTH() |
Getter for OAUTH |