EnvironmentConfigLdapSettingsBuilder class

Properties

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

Methods

build() → _$EnvironmentConfigLdapSettings
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(EnvironmentConfigLdapSettings other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(EnvironmentConfigLdapSettingsBuilder)?) → void
Applies updates.
override

Operators

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