LDAPConnectorConfiguration class

Models an LDAP connector.

@author Trevor Smith

Inheritance
Annotations
  • @JsonSerializable()

Constructors

LDAPConnectorConfiguration({String authenticationURL, String baseStructure, num connectTimeout, String identifyingAttribute, dynamic lambdaConfiguration, String loginIdAttribute, num readTimeout, List<String> requestedAttributes, LDAPSecurityMethod securityMethod, String systemAccountDN, String systemAccountPassword})
LDAPConnectorConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

authenticationURL String
getter/setter pair
baseStructure String
getter/setter pair
connectTimeout num
getter/setter pair
data Map<String, dynamic>
getter/setter pairinherited
debug bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
identifyingAttribute String
getter/setter pair
insertInstant num
getter/setter pairinherited
lambdaConfiguration ↔ dynamic
getter/setter pair
lastUpdateInstant num
getter/setter pairinherited
loginIdAttribute String
getter/setter pair
name String
getter/setter pairinherited
readTimeout num
getter/setter pair
requestedAttributes List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityMethod LDAPSecurityMethod
getter/setter pair
systemAccountDN String
getter/setter pair
systemAccountPassword String
getter/setter pair
type ConnectorType
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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