Micro Focus Content Manager SDK 10.1
TRIM.SDK.LdapConfiguration Class Reference

The LdapConfiguration class represents the current TRIM directory synchronization configuration for a dataset. It is only accessible by administrators. More...

Public Member Functions

 LdapConfiguration (Database db)
 Constructs a LdapConfiguration object which will allow you to access the directory synchronization configuration. More...
 
void ImportFromXml (string xmlFile)
 Imports the directory synchronization configuration from an XML file. More...
 
void ExportToXml (string xmlFile)
 Exports the directory synchronization configuration to an XML file. More...
 
void SetLdapPassword (string serverName, string password)
 Sets the password used to connect to an LDAP server. The server name must match one of the servers specified in the directory synchronization configuration. More...
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

The LdapConfiguration class represents the current TRIM directory synchronization configuration for a dataset. It is only accessible by administrators.

Constructor & Destructor Documentation

◆ LdapConfiguration()

TRIM.SDK.LdapConfiguration.LdapConfiguration ( Database  db)

Constructs a LdapConfiguration object which will allow you to access the directory synchronization configuration.

Member Function Documentation

◆ ExportToXml()

void TRIM.SDK.LdapConfiguration.ExportToXml ( string  xmlFile)

Exports the directory synchronization configuration to an XML file.

◆ ImportFromXml()

void TRIM.SDK.LdapConfiguration.ImportFromXml ( string  xmlFile)

Imports the directory synchronization configuration from an XML file.

◆ SetLdapPassword()

void TRIM.SDK.LdapConfiguration.SetLdapPassword ( string  serverName,
string  password 
)

Sets the password used to connect to an LDAP server. The server name must match one of the servers specified in the directory synchronization configuration.

Member Data Documentation

◆ swigCMemOwn

bool TRIM.SDK.LdapConfiguration.swigCMemOwn
protected