FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deLDAPUserConnector Constructor (String, String, String, String, String, String, String, String, String)

Initializes a new instance of the deLDAPUserConnector class.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public deLDAPUserConnector(
	string sTenantDBConnectionString,
	string hostOrTenantID,
	string externalUserName,
	string ldapPath,
	string ldapUserName,
	string ldapPassword,
	string externalUserNameFieldName,
	string externalFullNameFieldName,
	string externalUserEmailFieldName
)
Public Sub New ( _
	sTenantDBConnectionString As String, _
	hostOrTenantID As String, _
	externalUserName As String, _
	ldapPath As String, _
	ldapUserName As String, _
	ldapPassword As String, _
	externalUserNameFieldName As String, _
	externalFullNameFieldName As String, _
	externalUserEmailFieldName As String _
)
public:
deLDAPUserConnector(
	String^ sTenantDBConnectionString, 
	String^ hostOrTenantID, 
	String^ externalUserName, 
	String^ ldapPath, 
	String^ ldapUserName, 
	String^ ldapPassword, 
	String^ externalUserNameFieldName, 
	String^ externalFullNameFieldName, 
	String^ externalUserEmailFieldName
)

Parameters

sTenantDBConnectionString
Type: String
Connection string to the tenant database
hostOrTenantID
Type: String
host name or tenant id
externalUserName
Type: String
The external user identifier
ldapPath
Type: String
The LDAP path.
ldapUserName
Type: String
Name of the LDAP user.
ldapPassword
Type: String
The LDAP password.
externalUserNameFieldName
Type: String
Name of the external user name field.
externalFullNameFieldName
Type: String
Name of the external full name field.
externalUserEmailFieldName
Type: String
Name of the external user email field.