/AWS1/CL_TBDPOSIXUSER¶
The POSIX user.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_user TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING¶
The name of the POSIX user.
iv_group TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING¶
The name of the POSIX user's group.
Queryable Attributes¶
user¶
The name of the POSIX user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USER() |
Getter for USER, with configurable default |
ASK_USER() |
Getter for USER w/ exceptions if field has no value |
HAS_USER() |
Determine if USER has a value |
group¶
The name of the POSIX user's group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUP() |
Getter for GROUP, with configurable default |
ASK_GROUP() |
Getter for GROUP w/ exceptions if field has no value |
HAS_GROUP() |
Determine if GROUP has a value |