persistent class EnsLib.LDAP.Message.Search
extends Ens.Request
Generic Ensemble Search class
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
11
|
|
|
|
|
|
property AttributesOnly
as %Boolean [ InitialExpression = 0 ];
Only return Attribute names. Default is false
property AttributesToReturn
as %String(MAXLEN="");
Comma separated list of Attributes to return. If empty then all attributes.
property Authenticate
as %Boolean [ InitialExpression = 1 ];
Ensure process authenticates before searching. Default is to authenticate.
Set to "" if leave to adapter
property BinaryAttributes
as %String(MAXLEN="");
Comma separate list of attributes in search that require Binary retrieval. Optional.
property Filter
as %String(MAXLEN="");
Search Filter
property IgnoreObjectNotInDIT
as %Boolean [ InitialExpression = 1 ];
Indicate if should ignore no such object in DIT
property PageSize
as %Integer;
Set this property to specify page size for paged searches.
property Scope
as Ens.DataType.LDAP.Scope [ InitialExpression = 0 ];
Scope of search. Default is 0/base
property SearchBase
as %String(MAXLEN="");
Search Base
property SearchSizeLimit
as %Integer;
Search results Size Limit. If not set the adapter will set the value
property SearchTimeout
as %Integer;
Search time out default. If "" then the adapter will set the value