deLDAPUserConnector Constructor (String, String, String, String, String, String, String, String, String)
Initializes a new instance of the deLDAPUserConnector class.
Namespace:
FlowWright.cDevDeAPIAssembly: 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 _ )
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.