/AWS1/CL_ACPCUSTOMATTRIBUTE¶
Defines the X.500 relative distinguished name (RDN).
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_objectidentifier TYPE /AWS1/ACPCUSTOMOBJECTID /AWS1/ACPCUSTOMOBJECTID¶
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
iv_value TYPE /AWS1/ACPSTRING1TO256 /AWS1/ACPSTRING1TO256¶
Specifies the attribute value of relative distinguished name (RDN).
Queryable Attributes¶
ObjectIdentifier¶
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTIDENTIFIER() |
Getter for OBJECTIDENTIFIER, with configurable default |
ASK_OBJECTIDENTIFIER() |
Getter for OBJECTIDENTIFIER w/ exceptions if field has no va |
HAS_OBJECTIDENTIFIER() |
Determine if OBJECTIDENTIFIER has a value |
Value¶
Specifies the attribute value of relative distinguished name (RDN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE 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_CUSTOMATTRIBUTELIST¶
TYPES TT_CUSTOMATTRIBUTELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ACPCUSTOMATTRIBUTE WITH DEFAULT KEY
.