Skip to content

/AWS1/CL_WSWUSERSTGSSUMMARY

The summary of user settings.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_usersettingsarn TYPE /AWS1/WSWARN /AWS1/WSWARN

The ARN of the user settings.

Optional arguments:

iv_copyallowed TYPE /AWS1/WSWENABLEDTYPE /AWS1/WSWENABLEDTYPE

Specifies whether the user can copy text from the streaming session to the local device.

iv_pasteallowed TYPE /AWS1/WSWENABLEDTYPE /AWS1/WSWENABLEDTYPE

Specifies whether the user can paste text from the local device to the streaming session.

iv_downloadallowed TYPE /AWS1/WSWENABLEDTYPE /AWS1/WSWENABLEDTYPE

Specifies whether the user can download files from the streaming session to the local device.

iv_uploadallowed TYPE /AWS1/WSWENABLEDTYPE /AWS1/WSWENABLEDTYPE

Specifies whether the user can upload files from the local device to the streaming session.

iv_printallowed TYPE /AWS1/WSWENABLEDTYPE /AWS1/WSWENABLEDTYPE

Specifies whether the user can print to the local device.

iv_discncttimeoutinminutes TYPE /AWS1/WSWDISCNCTTMOUTINMINUTES /AWS1/WSWDISCNCTTMOUTINMINUTES

The amount of time that a streaming session remains active after users disconnect.

iv_idlediscncttmoutinminutes TYPE /AWS1/WSWIDLEDISCNCTTOINMINS /AWS1/WSWIDLEDISCNCTTOINMINS

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

io_cookiesynchronizationconf TYPE REF TO /AWS1/CL_WSWCOOKIESYNCHRONIZ00 /AWS1/CL_WSWCOOKIESYNCHRONIZ00

The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.

iv_deeplinkallowed TYPE /AWS1/WSWENABLEDTYPE /AWS1/WSWENABLEDTYPE

Specifies whether the user can use deep links that open automatically when connecting to a session.

io_toolbarconfiguration TYPE REF TO /AWS1/CL_WSWTOOLBARCONF /AWS1/CL_WSWTOOLBARCONF

The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.


Queryable Attributes

userSettingsArn

The ARN of the user settings.

Accessible with the following methods

Method Description
GET_USERSETTINGSARN() Getter for USERSETTINGSARN, with configurable default
ASK_USERSETTINGSARN() Getter for USERSETTINGSARN w/ exceptions if field has no val
HAS_USERSETTINGSARN() Determine if USERSETTINGSARN has a value

copyAllowed

Specifies whether the user can copy text from the streaming session to the local device.

Accessible with the following methods

Method Description
GET_COPYALLOWED() Getter for COPYALLOWED, with configurable default
ASK_COPYALLOWED() Getter for COPYALLOWED w/ exceptions if field has no value
HAS_COPYALLOWED() Determine if COPYALLOWED has a value

pasteAllowed

Specifies whether the user can paste text from the local device to the streaming session.

Accessible with the following methods

Method Description
GET_PASTEALLOWED() Getter for PASTEALLOWED, with configurable default
ASK_PASTEALLOWED() Getter for PASTEALLOWED w/ exceptions if field has no value
HAS_PASTEALLOWED() Determine if PASTEALLOWED has a value

downloadAllowed

Specifies whether the user can download files from the streaming session to the local device.

Accessible with the following methods

Method Description
GET_DOWNLOADALLOWED() Getter for DOWNLOADALLOWED, with configurable default
ASK_DOWNLOADALLOWED() Getter for DOWNLOADALLOWED w/ exceptions if field has no val
HAS_DOWNLOADALLOWED() Determine if DOWNLOADALLOWED has a value

uploadAllowed

Specifies whether the user can upload files from the local device to the streaming session.

Accessible with the following methods

Method Description
GET_UPLOADALLOWED() Getter for UPLOADALLOWED, with configurable default
ASK_UPLOADALLOWED() Getter for UPLOADALLOWED w/ exceptions if field has no value
HAS_UPLOADALLOWED() Determine if UPLOADALLOWED has a value

printAllowed

Specifies whether the user can print to the local device.

Accessible with the following methods

Method Description
GET_PRINTALLOWED() Getter for PRINTALLOWED, with configurable default
ASK_PRINTALLOWED() Getter for PRINTALLOWED w/ exceptions if field has no value
HAS_PRINTALLOWED() Determine if PRINTALLOWED has a value

disconnectTimeoutInMinutes

The amount of time that a streaming session remains active after users disconnect.

Accessible with the following methods

Method Description
GET_DISCNCTTIMEOUTINMINUTES() Getter for DISCONNECTTIMEOUTINMINUTES, with configurable def
ASK_DISCNCTTIMEOUTINMINUTES() Getter for DISCONNECTTIMEOUTINMINUTES w/ exceptions if field
HAS_DISCNCTTIMEOUTINMINUTES() Determine if DISCONNECTTIMEOUTINMINUTES has a value

idleDisconnectTimeoutInMinutes

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

Accessible with the following methods

Method Description
GET_IDLEDISCNCTTMOUTINMINS() Getter for IDLEDISCNCTTIMEOUTINMINUTES, with configurable de
ASK_IDLEDISCNCTTMOUTINMINS() Getter for IDLEDISCNCTTIMEOUTINMINUTES w/ exceptions if fiel
HAS_IDLEDISCNCTTMOUTINMINS() Determine if IDLEDISCNCTTIMEOUTINMINUTES has a value

cookieSynchronizationConfiguration

The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.

Accessible with the following methods

Method Description
GET_COOKIESYNCHRONIZATIONC00() Getter for COOKIESYNCHRONIZATIONCONF

deepLinkAllowed

Specifies whether the user can use deep links that open automatically when connecting to a session.

Accessible with the following methods

Method Description
GET_DEEPLINKALLOWED() Getter for DEEPLINKALLOWED, with configurable default
ASK_DEEPLINKALLOWED() Getter for DEEPLINKALLOWED w/ exceptions if field has no val
HAS_DEEPLINKALLOWED() Determine if DEEPLINKALLOWED has a value

toolbarConfiguration

The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.

Accessible with the following methods

Method Description
GET_TOOLBARCONFIGURATION() Getter for TOOLBARCONFIGURATION

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_USERSETTINGSLIST

TYPES TT_USERSETTINGSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WSWUSERSTGSSUMMARY WITH DEFAULT KEY
.