Class: ExecuteLdapQueryResponseType

tibco.objectapi.de.directory.ExecuteLdapQueryResponseType

new ExecuteLdapQueryResponseType()

Constructs a new ExecuteLdapQueryResponseType.

The following features are supported:

Members

baseDn :string

The base DN to which the query was restricted. This will be relative, and in additition to, any base DN specified in the LDAP connection shared resource's rURL. This property holds the value of the 'Base Dn' attribute.
Type:
  • string

bookmark :string

Opaque marker for progress through a paged result set. Specified but empty if there are no more results left in the paged result set. Response will be Base64 encoded. This property holds the value of the 'Bookmark' attribute.
Type:
  • string

estimatedSize :number

Estimated size of all results from LDAP server. Only specified if paged result sets are requested, and only if supported by the LDAP server. This property holds the value of the 'Estimated Size' attribute.
Type:
  • number

ldapAlias :string

Identifies the LDAP connection shared resource on which the LDAP query was evaluated. LDAP connection shared Resource are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix. This property holds the value of the 'Ldap Alias' attribute.
Type:
  • string

ldapEntry :Array.<tibco.objectapi.de.directory.LdapEntryType>

The collection of fully Distinguished Names (DNs) resolved by the given LDAP query. This property holds the value of the 'Ldap Entry' containment reference list.
Type:

ldapQuery :string

The LDAP query that was evaluated. This property holds the value of the 'Ldap Query' attribute.
Type:
  • string

searchScope :tibco.objectapi.de.base.XmlLdapSearchScope

The Search Scope determines the depth to which the search will be performed. By default the search will be SUBTREE. This property holds the value of the 'Search Scope' attribute.
Type: