LDAPConnectorConfiguration constructor

LDAPConnectorConfiguration({
  1. String authenticationURL,
  2. String baseStructure,
  3. num connectTimeout,
  4. String identifyingAttribute,
  5. dynamic lambdaConfiguration,
  6. String loginIdAttribute,
  7. num readTimeout,
  8. List<String> requestedAttributes,
  9. LDAPSecurityMethod securityMethod,
  10. String systemAccountDN,
  11. String systemAccountPassword,
})

Implementation

LDAPConnectorConfiguration(
    {this.authenticationURL,
    this.baseStructure,
    this.connectTimeout,
    this.identifyingAttribute,
    this.lambdaConfiguration,
    this.loginIdAttribute,
    this.readTimeout,
    this.requestedAttributes,
    this.securityMethod,
    this.systemAccountDN,
    this.systemAccountPassword});