ConfigLdapSettings class abstract

Constructors

ConfigLdapSettings([void updates(ConfigLdapSettingsBuilder b)])
factory

Properties

baseDN String?
no setter
bindPassword String?
no setter
bindUsername String?
no setter
connectionSecurity String?
no setter
emailAttribute String?
no setter
enable bool?
no setter
firstNameAttribute String?
no setter
hashCode int
The hash code for this object.
no setterinherited
idAttribute String?
no setter
lastNameAttribute String?
no setter
ldapPort int?
no setter
ldapServer String?
no setter
loginFieldName String?
no setter
maxPageSize int?
no setter
nicknameAttribute String?
no setter
positionAttribute String?
no setter
queryTimeout int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipCertificateVerification bool?
no setter
syncIntervalMinutes int?
no setter
userFilter String?
no setter
usernameAttribute String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ConfigLdapSettingsBuilder)) ConfigLdapSettings
Rebuilds the instance.
inherited
toBuilder() ConfigLdapSettingsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ConfigLdapSettings>
no setter