Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
WARNING: This Class and its methods has been deprecated, please use the %SYS.LDAP class.
Entry object with attributes. (see
|
|
|
Delete this entry. On success returns $$$OK, otherwise LDAP error.
Edit/Modify current entry attributes.Returns EditEntry object, use the returned object to modify the attributes
Set the cursor to the first attribute. Returns true if there is a first entry.
Finds and returns the value of the Attribute associated with key. GetAt returns the value of the element associated with key or null string ("") if no element is found.
Return current Attrib name
Return current Attrib ValueList. Returns "" if there is no attribute. $$$ISERR if failed to get the value, otherwise returns value list object.
Return DN (Distinguished Name)
Moves to the next key (atrribute name) at the location in the iteration, and returns the associated value. If the key is a null string (""), it starts from the beginning. The value of key, which is passed by reference, is updated to the key value of the returned element or null string ("") if key is at the end of the array.
Returns the next atrribute name at the location in the iteration. If key is a null string (""), then Next returns the first attribute name
Move the cursor to the next attribute. Returns false if there are no more attributes.