LdapResult class

Generic LDAP Result

Constructors

LdapResult(int _resultCode, String? _matchedDN, String _diagnosticMessage, List<String> _referralURLs)
Constructor

Properties

diagnosticMessage String
no setter
hashCode int
The hash code for this object.
no setterinherited
matchedDN String?
no setter
referralURLs List<String>
no setter
resultCode int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exceptionFromResultCode() LdapException
Converts an LdapResult whose result code is an error into an exception.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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