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

An OAuth credential provider for gateway authentication. This structure contains the configuration for authenticating with the target endpoint using OAuth.


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

An OAuth credential provider for gateway authentication. This structure contains the configuration for authenticating with the target endpoint using OAuth.

Accessible with the following methods

Method Description
GET_OAUTH() Getter for OAUTH