Represents the configuration object for the Active Directory security provider. You must create a configuration object for each Active Directory forest that is accessed by the FileNet P8 domain. For example, if you have two Active Directory forests to be accessed by the FileNet P8 domain, you need to create two Active Directory-specific DirectoryConfiguration objects--one for each forest. To create an instance of the DirectoryConfigurationAD class, call Factory.DirectoryConfigurationAD.CreateInstance(). The group of type-specific directory configuration objects is contained in the DirectoryConfigurationADList collection object.

The Active Directory security provider supports the following high-availability failover features: failover by virtual IP, failover by host list, and failover by domain-name or multiple IP addresses.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IDirectoryConfigurationAD _
	Implements IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject
C#
public interface IDirectoryConfigurationAD : IDirectoryConfiguration, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IDirectoryConfigurationAD : IDirectoryConfiguration, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.IDirectoryConfigurationAD = function();
FileNet.Api.Admin.IDirectoryConfigurationAD.createInterface('FileNet.Api.Admin.IDirectoryConfigurationAD');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: DirectoryConfiguration

ToggleSee Also