/AWS1/CL_TBDJOBRUNASUSER¶
Identifies the user for a job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_runas TYPE /AWS1/TBDRUNAS /AWS1/TBDRUNAS¶
Specifies whether the job should run using the queue's system user or if the job should run using the worker agent system user.
Optional arguments:¶
io_posix TYPE REF TO /AWS1/CL_TBDPOSIXUSER /AWS1/CL_TBDPOSIXUSER¶
The user and group that the jobs in the queue run as.
io_windows TYPE REF TO /AWS1/CL_TBDWINDOWSUSER /AWS1/CL_TBDWINDOWSUSER¶
Identifies a Microsoft Windows user.
Queryable Attributes¶
posix¶
The user and group that the jobs in the queue run as.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSIX() |
Getter for POSIX |
windows¶
Identifies a Microsoft Windows user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WINDOWS() |
Getter for WINDOWS |
runAs¶
Specifies whether the job should run using the queue's system user or if the job should run using the worker agent system user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNAS() |
Getter for RUNAS, with configurable default |
ASK_RUNAS() |
Getter for RUNAS w/ exceptions if field has no value |
HAS_RUNAS() |
Determine if RUNAS has a value |