MmConfigLdapSettings constructor
MmConfigLdapSettings({
- bool? enable,
- String? ldapServer,
- int? ldapPort,
- String? connectionSecurity,
- String? baseDN,
- String? bindUsername,
- String? bindPassword,
- String? userFilter,
- String? firstNameAttribute,
- String? lastNameAttribute,
- String? emailAttribute,
- String? usernameAttribute,
- String? nicknameAttribute,
- String? idAttribute,
- String? positionAttribute,
- int? syncIntervalMinutes,
- bool? skipCertificateVerification,
- int? queryTimeout,
- int? maxPageSize,
- String? loginFieldName,
Returns a new MmConfigLdapSettings instance.
Implementation
MmConfigLdapSettings({
this.enable,
this.ldapServer,
this.ldapPort,
this.connectionSecurity,
this.baseDN,
this.bindUsername,
this.bindPassword,
this.userFilter,
this.firstNameAttribute,
this.lastNameAttribute,
this.emailAttribute,
this.usernameAttribute,
this.nicknameAttribute,
this.idAttribute,
this.positionAttribute,
this.syncIntervalMinutes,
this.skipCertificateVerification,
this.queryTimeout,
this.maxPageSize,
this.loginFieldName,
});