Skip to content

/AWS1/CL_GLUSESSIONENDPOINT

Contains the Spark Connect endpoint details for an interactive session, including the URL and authentication credentials.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_url TYPE /AWS1/GLUSPARKCONNECTENDPTURL /AWS1/GLUSPARKCONNECTENDPTURL

The Spark Connect endpoint URL for the session.

iv_authtoken TYPE /AWS1/GLUSENSITIVESTRING /AWS1/GLUSENSITIVESTRING

The authentication token to include in requests to the Spark Connect endpoint.

iv_authtokenexpirationtime TYPE /AWS1/GLUTIMESTAMPVALUE /AWS1/GLUTIMESTAMPVALUE

The time at which the authentication token expires.


Queryable Attributes

Url

The Spark Connect endpoint URL for the session.

Accessible with the following methods

Method Description
GET_URL() Getter for URL, with configurable default
ASK_URL() Getter for URL w/ exceptions if field has no value
HAS_URL() Determine if URL has a value

AuthToken

The authentication token to include in requests to the Spark Connect endpoint.

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

AuthTokenExpirationTime

The time at which the authentication token expires.

Accessible with the following methods

Method Description
GET_AUTHTOKENEXPIRATIONTIME() Getter for AUTHTOKENEXPIRATIONTIME, with configurable defaul
ASK_AUTHTOKENEXPIRATIONTIME() Getter for AUTHTOKENEXPIRATIONTIME w/ exceptions if field ha
HAS_AUTHTOKENEXPIRATIONTIME() Determine if AUTHTOKENEXPIRATIONTIME has a value