EnvironmentConfigLdapSettings class abstract

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(EnvironmentConfigLdapSettingsBuilder)) EnvironmentConfigLdapSettings
Rebuilds the instance.
inherited
toBuilder() EnvironmentConfigLdapSettingsBuilder
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<EnvironmentConfigLdapSettings>
no setter