/AWS1/CL_APFINFORNEXUSCNCTOR01¶
The connector-specific profile credentials required by Infor Nexus.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_accesskeyid TYPE /AWS1/APFACCESSKEYID /AWS1/APFACCESSKEYID¶
The Access Key portion of the credentials.
iv_userid TYPE /AWS1/APFUSERNAME /AWS1/APFUSERNAME¶
The identifier for the user.
iv_secretaccesskey TYPE /AWS1/APFKEY /AWS1/APFKEY¶
The secret key used to sign requests.
iv_datakey TYPE /AWS1/APFKEY /AWS1/APFKEY¶
The encryption keys used to encrypt data.
Queryable Attributes¶
accessKeyId¶
The Access Key portion of the credentials.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSKEYID() |
Getter for ACCESSKEYID, with configurable default |
ASK_ACCESSKEYID() |
Getter for ACCESSKEYID w/ exceptions if field has no value |
HAS_ACCESSKEYID() |
Determine if ACCESSKEYID has a value |
userId¶
The identifier for the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERID() |
Getter for USERID, with configurable default |
ASK_USERID() |
Getter for USERID w/ exceptions if field has no value |
HAS_USERID() |
Determine if USERID has a value |
secretAccessKey¶
The secret key used to sign requests.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETACCESSKEY() |
Getter for SECRETACCESSKEY, with configurable default |
ASK_SECRETACCESSKEY() |
Getter for SECRETACCESSKEY w/ exceptions if field has no val |
HAS_SECRETACCESSKEY() |
Determine if SECRETACCESSKEY has a value |
datakey¶
The encryption keys used to encrypt data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAKEY() |
Getter for DATAKEY, with configurable default |
ASK_DATAKEY() |
Getter for DATAKEY w/ exceptions if field has no value |
HAS_DATAKEY() |
Determine if DATAKEY has a value |