/AWS1/CL_CNTGETFEDR8NTOKENRSP¶
GetFederationTokenResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_userid TYPE /AWS1/CNTAGENTRESOURCEID /AWS1/CNTAGENTRESOURCEID¶
The identifier for the user. This can be the ID or the ARN of the user.
iv_userarn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the user.
io_credentials TYPE REF TO /AWS1/CL_CNTCREDENTIALS /AWS1/CL_CNTCREDENTIALS¶
The credentials to use for federation.
iv_signinurl TYPE /AWS1/CNTURL /AWS1/CNTURL¶
The URL to sign into the user's instance.
Queryable Attributes¶
UserId¶
The identifier for the user. This can be the ID or the ARN of 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 |
UserArn¶
The Amazon Resource Name (ARN) of the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERARN() |
Getter for USERARN, with configurable default |
ASK_USERARN() |
Getter for USERARN w/ exceptions if field has no value |
HAS_USERARN() |
Determine if USERARN has a value |
Credentials¶
The credentials to use for federation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREDENTIALS() |
Getter for CREDENTIALS |
SignInUrl¶
The URL to sign into the user's instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNINURL() |
Getter for SIGNINURL, with configurable default |
ASK_SIGNINURL() |
Getter for SIGNINURL w/ exceptions if field has no value |
HAS_SIGNINURL() |
Determine if SIGNINURL has a value |