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.Admin
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
C++
interface class IDirectoryConfigurationAD : IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject
J#
public interface IDirectoryConfigurationAD implements IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject
JScript
public interface IDirectoryConfigurationAD extends IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

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

See Also