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.
Namespace:
FileNet.Api.AdminThe 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: DirectoryConfiguration