/AWS1/CL_DSRLDAPSSETTINGINFO¶
Contains general information about the LDAPS settings.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_ldapsstatus TYPE /AWS1/DSRLDAPSSTATUS /AWS1/DSRLDAPSSTATUS¶
The state of the LDAPS settings.
iv_ldapsstatusreason TYPE /AWS1/DSRLDAPSSTATUSREASON /AWS1/DSRLDAPSSTATUSREASON¶
Describes a state change for LDAPS.
iv_lastupdateddatetime TYPE /AWS1/DSRLASTUPDATEDDATETIME /AWS1/DSRLASTUPDATEDDATETIME¶
The date and time when the LDAPS settings were last updated.
Queryable Attributes¶
LDAPSStatus¶
The state of the LDAPS settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LDAPSSTATUS() |
Getter for LDAPSSTATUS, with configurable default |
ASK_LDAPSSTATUS() |
Getter for LDAPSSTATUS w/ exceptions if field has no value |
HAS_LDAPSSTATUS() |
Determine if LDAPSSTATUS has a value |
LDAPSStatusReason¶
Describes a state change for LDAPS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LDAPSSTATUSREASON() |
Getter for LDAPSSTATUSREASON, with configurable default |
ASK_LDAPSSTATUSREASON() |
Getter for LDAPSSTATUSREASON w/ exceptions if field has no v |
HAS_LDAPSSTATUSREASON() |
Determine if LDAPSSTATUSREASON has a value |
LastUpdatedDateTime¶
The date and time when the LDAPS settings were last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME, with configurable default |
ASK_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME w/ exceptions if field has no |
HAS_LASTUPDATEDDATETIME() |
Determine if LASTUPDATEDDATETIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LDAPSSETTINGSINFO¶
TYPES TT_LDAPSSETTINGSINFO TYPE STANDARD TABLE OF REF TO /AWS1/CL_DSRLDAPSSETTINGINFO WITH DEFAULT KEY
.