Represents the configuration object for an ADAM or AD LDS security provider.
A Microsoft® Active Directory Application Mode (ADAM) directory server or
a Microsoft® Active Directory Lightweight Directory Services (AD LDS) directory server can be mapped to multiple FileNet P8
realms. Each FileNet P8 realm has a
one-to-one relationship with the authentication provider. There is also a one-to-one relationship between
a FileNet P8 Realm object and a DirectoryConfigurationAdam object. Therefore,
you must create one DirectoryConfigurationAdam object
for each authentication provider in each realm.
To create an instance of the DirectoryConfigurationAdam class, call
Factory.DirectoryConfigurationAdam.CreateInstance(). The group of type-specific
directory configuration
objects is contained in the DirectoryConfigurationAdamList collection object.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
JavaScript |
---|
FileNet.Api.Admin.IDirectoryConfigurationAdam = function();
FileNet.Api.Admin.IDirectoryConfigurationAdam.createInterface('FileNet.Api.Admin.IDirectoryConfigurationAdam'); |