Data Name
|
Data Type
|
Used By
|
|
---|---|---|---|
simpleName
|
field
|
all requests
|
Used to hold an LDAP name or suffix (not dynamic).
|
filter
|
field
|
search
|
Used to specify a simple filter.
|
filterExpression
|
field
|
search
|
Used to specify a filter expression.
|
filterType
|
field
|
search
|
Used to indicate what type of filter will be used for this search.
|
maxHits
|
field
|
search
|
Used to indicate the number of search results to return.
|
followReferencesFlag
|
field
|
search
|
Used to specify whether LDAP should follow references.
|
returnObjectFlag
|
field
|
search
|
Used to indicate whether LDAP should return objects along with search result data.
|
searchScope
|
field
|
search
|
Used to specify the scope of the search.
|
timeLimit
|
field
|
search
|
Used to specify the maximum time to carry out a search request.
|
dynamicName
|
kColl
|
all requests
|
Contains data elements used to build an LDAP name dynamically.
|
filterList
|
kColl
|
search
|
Used to hold a list of filter objects for dynamically building up a filter. (Used in conjunction with filterExpression.)
|
attributeFilterList
|
kColl
|
search,
getattributes
|
Used to specify what subset of attributes should be returned by these requests.
|
attributeList
|
kColl
|
search,
create
|
Used by the search request to build up a filter. Used by the create request to specify what attributes to associate with the newly created data entry.
|
modificationList
|
kColl
|
modify
|
Used to specify a set of attributes and modification codes, for the modify request.
|
Data Name
|
Data Type
|
Used By
|
Short Description
|
---|---|---|---|
listResults
|
kColl
|
list
|
Holds data returned by the list request.
|
listBindingsResults
|
kColl
|
listbindings
|
Holds data returned by the listbindings request.
|
lookupResults
|
kColl
|
lookup
|
Holds data returned by the lookup request.
|
searchResults
|
kColl
|
search
|
Holds data returned by the search request.
|
getAttributesResults
|
kColl
|
getattributes
|
Holds data returned by the getattributes request.
|