Represents the base configuration object for all security providers and holds directory configuration data.
The
DirectoryConfiguration object is used to configure the directory service providers
that are used for authorization checks within the servers.
You can create one or more DirectoryConfiguration objects for each FileNet P8 domain.
For example, if you have two Active Directory forests to be accessed by the FileNet P8 domain, you
must create two Active Directory-specific DirectoryConfiguration objects--one for each forest.
To create an instance of the DirectoryConfiguration class, call the type-specific CreateInstance factory
method. For example, to create an instance of an Active Directory configuration object, call
Factory.DirectoryConfigurationAD.CreateInstance().
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
JavaScript |
---|
FileNet.Api.Admin.IDirectoryConfiguration = function();
FileNet.Api.Admin.IDirectoryConfiguration.createInterface('FileNet.Api.Admin.IDirectoryConfiguration'); |