Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%Net] >  [LDAP] >  [Client] >  [Entries]
Private  Storage   

class %Net.LDAP.Client.Entries extends %RegisteredObject, %Collection.AbstractIterator

WARNING: This Class and its methods has been deprecated, please use the %SYS.LDAP class.


List of Entries returned from a search (See %Net.LDAP.Client.Session.Search() method)

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
9


Summary

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
EditCurEntry GetAt GetNext Next


Methods

• method EditCurEntry() as %Net.LDAP.Client.EditEntry
Edit/Modify current entry attributes.

Returns EditEntry object, use the returned object to modify the attributes

• method GetAt(Key As %String = "") as %RawString

Finds and returns the entry (%Net.LDAP.Client.Entry) with DN of key.

GetAt returns the entry associated with key or null string ("") if no entry is found.

• method GetNext(ByRef key As %RawString) as %RawString

Moves to the next entry at the location in the iteration, and returns the associated entry object (%Net.LDAP.Client.Entry).

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.
• method Next(key As %RawString = "") as %RawString
Returns the next entry name at the location in the iteration. If key is a null string (""), then Next returns the first entry name


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.