/AWS1/CL_DZNSSOUSERPFLDETAILS¶
The SSO user profile detail.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_username TYPE /AWS1/DZNUSERPROFILENAME /AWS1/DZNUSERPROFILENAME¶
The username as part of the SSO user profile detail.
iv_firstname TYPE /AWS1/DZNFIRSTNAME /AWS1/DZNFIRSTNAME¶
The first name as part of the SSO user profile detail.
iv_lastname TYPE /AWS1/DZNLASTNAME /AWS1/DZNLASTNAME¶
The last name as part of the SSO user profile detail.
Queryable Attributes¶
username¶
The username as part of the SSO user profile detail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
firstName¶
The first name as part of the SSO user profile detail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIRSTNAME() |
Getter for FIRSTNAME, with configurable default |
ASK_FIRSTNAME() |
Getter for FIRSTNAME w/ exceptions if field has no value |
HAS_FIRSTNAME() |
Determine if FIRSTNAME has a value |
lastName¶
The last name as part of the SSO user profile detail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTNAME() |
Getter for LASTNAME, with configurable default |
ASK_LASTNAME() |
Getter for LASTNAME w/ exceptions if field has no value |
HAS_LASTNAME() |
Determine if LASTNAME has a value |