/AWS1/CL_EMSGETSESSIONENDPTRSP¶
GetSessionEndpointResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_applicationid TYPE /AWS1/EMSAPPLICATIONID /AWS1/EMSAPPLICATIONID¶
The output contains the ID of the application.
iv_sessionid TYPE /AWS1/EMSSESSIONID /AWS1/EMSSESSIONID¶
The output contains the ID of the session.
iv_endpoint TYPE /AWS1/EMSENDPOINTURL /AWS1/EMSENDPOINTURL¶
The endpoint URL for connecting to the session.
iv_authtoken TYPE /AWS1/EMSSESSIONAUTHTOKEN /AWS1/EMSSESSIONAUTHTOKEN¶
The authentication token for connecting to the session endpoint. Call
GetSessionEndpointagain to obtain a new token before it expires.
iv_authtokenexpiresat TYPE /AWS1/EMSDATE /AWS1/EMSDATE¶
The expiration time of the authentication token.
Queryable Attributes¶
applicationId¶
The output contains the ID of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
sessionId¶
The output contains the ID of the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
endpoint¶
The endpoint URL for connecting to the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINT() |
Getter for ENDPOINT, with configurable default |
ASK_ENDPOINT() |
Getter for ENDPOINT w/ exceptions if field has no value |
HAS_ENDPOINT() |
Determine if ENDPOINT has a value |
authToken¶
The authentication token for connecting to the session endpoint. Call
GetSessionEndpointagain to obtain a new token before it expires.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHTOKEN() |
Getter for AUTHTOKEN, with configurable default |
ASK_AUTHTOKEN() |
Getter for AUTHTOKEN w/ exceptions if field has no value |
HAS_AUTHTOKEN() |
Determine if AUTHTOKEN has a value |
authTokenExpiresAt¶
The expiration time of the authentication token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHTOKENEXPIRESAT() |
Getter for AUTHTOKENEXPIRESAT, with configurable default |
ASK_AUTHTOKENEXPIRESAT() |
Getter for AUTHTOKENEXPIRESAT w/ exceptions if field has no |
HAS_AUTHTOKENEXPIRESAT() |
Determine if AUTHTOKENEXPIRESAT has a value |