VLVRequestControl class

Virtual List View Controls See https://tools.ietf.org/html/draft-ietf-ldapext-ldapv3-vlv-09 VLV Request Control. The client sends this to the server to request a VLV search

Inheritance

Constructors

VLVRequestControl(int beforeCount, int afterCount, int offset, int contentCount)
VLVRequestControl.assertionControl(String? assertionValue, int beforeCount, int afterCount, {String? contextId, dynamic critical = true})
VLVRequestControl.newVLVSearch()
VLVRequestControl.offsetControl(int offset, int contentCount, int beforeCount, int afterCount, String? contextId, {dynamic critical = false})
Creates a new virtual list view request control that will identify the target entry by a positional offset within the complete result set.

Properties

afterCount int
getter/setter pair
assertionValue String?
getter/setter pair
beforeCount int
getter/setter pair
contentCount int
getter/setter pair
contextId String?
getter/setter pair
controlName String
no setter
hashCode int
The hash code for this object.
no setterinherited
hasTargetOffset bool
no setter
isCritical bool
getter/setter pairinherited
offset int
getter/setter pair
oid String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
octetString2Sequence(ASN1OctetString s) → ASN1Sequence
inherited
startSequence() → ASN1Sequence
Subclasses may want to call this to start the encoding sequence. All controls start with the OID and a critical flag, followed by the optional encoded control values
inherited
toASN1() → ASN1Sequence
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

OID → const String
TYPE_TARGET_BYOFFSET → const int
TYPE_TARGET_GREATERTHANOREQUAL → const int