Skip to content

/AWS1/CL_BDOHARNGWOUTBNDAUTH

Authentication method for calling a Gateway.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_awsiam TYPE REF TO /AWS1/CL_BDOUNIT /AWS1/CL_BDOUNIT

SigV4-sign requests using the agent's execution role.

io_none TYPE REF TO /AWS1/CL_BDOUNIT /AWS1/CL_BDOUNIT

No authentication.

io_oauth TYPE REF TO /AWS1/CL_BDOOAUTHCREDPROVIDER /AWS1/CL_BDOOAUTHCREDPROVIDER

Use OAuth credentials for outbound authentication to the gateway.


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

Use OAuth credentials for outbound authentication to the gateway.

Accessible with the following methods

Method Description
GET_OAUTH() Getter for OAUTH