LdapConfig class
LdapConfig contains all the parameters for connecting to LDAP servers.
Constructors
-
LdapConfig({String? domain, String? groupsOu, List<
String> ? servers, String? usersOu}) - LdapConfig.fromJson(Map json_)
Properties
- domain ↔ String?
-
The LDAP domain name in the format of
my-domain.com.getter/setter pair - groupsOu ↔ String?
-
The groups Organizational Unit (OU) is optional.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
servers
↔ List<
String> ? -
The servers names are used for specifying the LDAP servers names.
getter/setter pair
- usersOu ↔ String?
-
The users Organizational Unit (OU) is optional.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited