ConnectionManager class

Manages the state of the LDAP connection.

Queues LDAP operations and sends them to the LDAP server.

Constructors

ConnectionManager(LdapConnection _connection, {SecurityContext? tlsSecurityContext})
Constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
Close the LDAP connection.
connect() Future<ConnectionManager>
isClosed() bool
Indicates if the connection is closed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(RequestOp rop) Future<LdapResult>
Process a generic LDAP operation.
processSearch(SearchRequest rop, List<Control> controls) SearchResult
Process an LDAP Search Request.
sendLdapBytes(LDAPMessage m) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

PENDING_OP_TIMEOUT → const Duration