Skip to content

/AWS1/CL_QSTAUTHNTCTNMETADATA

Union type containing authentication metadata for different authentication methods.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_authcodegrantmetadata TYPE REF TO /AWS1/CL_QSTAUTHCODEGRANTMET /AWS1/CL_QSTAUTHCODEGRANTMET

OAuth 2.0 authorization code grant authentication metadata.

io_clientcredsgrantmetadata TYPE REF TO /AWS1/CL_QSTCLICREDSGRANTMET /AWS1/CL_QSTCLICREDSGRANTMET

OAuth 2.0 client credentials grant authentication metadata.

io_basicauthconnmetadata TYPE REF TO /AWS1/CL_QSTBASICAUTHCONNMET /AWS1/CL_QSTBASICAUTHCONNMET

Basic authentication metadata using username and password.

io_apikeyconnectionmetadata TYPE REF TO /AWS1/CL_QSTAPIKEYCONNMETADATA /AWS1/CL_QSTAPIKEYCONNMETADATA

API key authentication metadata.

io_noneconnectionmetadata TYPE REF TO /AWS1/CL_QSTNONECONNMETADATA /AWS1/CL_QSTNONECONNMETADATA

No authentication metadata for services that don't require authentication.

io_iamconnectionmetadata TYPE REF TO /AWS1/CL_QSTIAMCONNMETADATA /AWS1/CL_QSTIAMCONNMETADATA

IAM role-based authentication metadata for Amazon Web Services services.


Queryable Attributes

AuthorizationCodeGrantMetadata

OAuth 2.0 authorization code grant authentication metadata.

Accessible with the following methods

Method Description
GET_AUTHCODEGRANTMETADATA() Getter for AUTHCODEGRANTMETADATA

ClientCredentialsGrantMetadata

OAuth 2.0 client credentials grant authentication metadata.

Accessible with the following methods

Method Description
GET_CLIENTCREDSGRANTMETADATA() Getter for CLIENTCREDSGRANTMETADATA

BasicAuthConnectionMetadata

Basic authentication metadata using username and password.

Accessible with the following methods

Method Description
GET_BASICAUTHCONNMETADATA() Getter for BASICAUTHCONNECTIONMETADATA

ApiKeyConnectionMetadata

API key authentication metadata.

Accessible with the following methods

Method Description
GET_APIKEYCONNECTIONMETADATA() Getter for APIKEYCONNECTIONMETADATA

NoneConnectionMetadata

No authentication metadata for services that don't require authentication.

Accessible with the following methods

Method Description
GET_NONECONNECTIONMETADATA() Getter for NONECONNECTIONMETADATA

IamConnectionMetadata

IAM role-based authentication metadata for Amazon Web Services services.

Accessible with the following methods

Method Description
GET_IAMCONNECTIONMETADATA() Getter for IAMCONNECTIONMETADATA