Skip to content

/AWS1/CL_S3FPOSIXUSER

Specifies the POSIX identity with uid, gid, and secondary group IDs for user enforcement.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_uid TYPE /AWS1/S3FUID /AWS1/S3FUID

The POSIX user ID.

iv_gid TYPE /AWS1/S3FGID /AWS1/S3FGID

The POSIX group ID.

Optional arguments:

it_secondarygids TYPE /AWS1/CL_S3FSECONDARYGIDS_W=>TT_SECONDARYGIDS TT_SECONDARYGIDS

An array of secondary POSIX group IDs.


Queryable Attributes

uid

The POSIX user ID.

Accessible with the following methods

Method Description
GET_UID() Getter for UID, with configurable default
ASK_UID() Getter for UID w/ exceptions if field has no value
HAS_UID() Determine if UID has a value

gid

The POSIX group ID.

Accessible with the following methods

Method Description
GET_GID() Getter for GID, with configurable default
ASK_GID() Getter for GID w/ exceptions if field has no value
HAS_GID() Determine if GID has a value

secondaryGids

An array of secondary POSIX group IDs.

Accessible with the following methods

Method Description
GET_SECONDARYGIDS() Getter for SECONDARYGIDS, with configurable default
ASK_SECONDARYGIDS() Getter for SECONDARYGIDS w/ exceptions if field has no value
HAS_SECONDARYGIDS() Determine if SECONDARYGIDS has a value