/AWS1/CL_CWECRECXNAUTHREQPARMS¶
Contains the authorization parameters for the connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_basicauthparameters TYPE REF TO /AWS1/CL_CWECRECXNBSAUTHREQP00 /AWS1/CL_CWECRECXNBSAUTHREQP00¶
A
CreateConnectionBasicAuthRequestParametersobject that contains the Basic authorization parameters to use for the connection.
io_oauthparameters TYPE REF TO /AWS1/CL_CWECRECXNOAUTHREQPRMS /AWS1/CL_CWECRECXNOAUTHREQPRMS¶
A
CreateConnectionOAuthRequestParametersobject that contains the OAuth authorization parameters to use for the connection.
io_apikeyauthparameters TYPE REF TO /AWS1/CL_CWECRECXNAPIKEYAUTH00 /AWS1/CL_CWECRECXNAPIKEYAUTH00¶
A
CreateConnectionApiKeyAuthRequestParametersobject that contains the API key authorization parameters to use for the connection.
io_invocationhttpparameters TYPE REF TO /AWS1/CL_CWECONNHTTPPARAMETERS /AWS1/CL_CWECONNHTTPPARAMETERS¶
A
ConnectionHttpParametersobject that contains the API key authorization parameters to use for the connection. Note that if you include additional parameters for the target of a rule viaHttpParameters, including query strings, the parameters added for the connection take precedence.
Queryable Attributes¶
BasicAuthParameters¶
A
CreateConnectionBasicAuthRequestParametersobject that contains the Basic authorization parameters to use for the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BASICAUTHPARAMETERS() |
Getter for BASICAUTHPARAMETERS |
OAuthParameters¶
A
CreateConnectionOAuthRequestParametersobject that contains the OAuth authorization parameters to use for the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OAUTHPARAMETERS() |
Getter for OAUTHPARAMETERS |
ApiKeyAuthParameters¶
A
CreateConnectionApiKeyAuthRequestParametersobject that contains the API key authorization parameters to use for the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APIKEYAUTHPARAMETERS() |
Getter for APIKEYAUTHPARAMETERS |
InvocationHttpParameters¶
A
ConnectionHttpParametersobject that contains the API key authorization parameters to use for the connection. Note that if you include additional parameters for the target of a rule viaHttpParameters, including query strings, the parameters added for the connection take precedence.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVOCATIONHTTPPARAMETERS() |
Getter for INVOCATIONHTTPPARAMETERS |