The following table lists the types derived from IDirectoryConfiguration .

Derived Types

Type Description
IDirectoryConfigurationAD 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.
IDirectoryConfigurationAdam  
IDirectoryConfigurationCA This interface is not supported. An IDirectoryConfigurationCA instance represents the configuration object for a CA eTrust security provider.
IDirectoryConfigurationIBM Represents the configuration object for an IBM Tivoli security provider. An IBM Tivoli 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 DirectoryConfigurationIBM object. Therefore, you must create one DirectoryConfigurationIBM object for each authentication provider in each realm. To create an instance of the DirectoryConfigurationIBM class, call Factory.DirectoryConfigurationIBM.CreateInstance(). The group of type-specific directory configuration objects is contained in the DirectoryConfigurationIBMList collection object.
IDirectoryConfigurationNovell Represents the configuration object for a Novell eDirectory security provider. A Novell eDirectory 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 DirectoryConfigurationNovell object. Therefore, you must create one DirectoryConfigurationNovell object for each authentication provider in each realm. To create an instance of the DirectoryConfigurationNovell class, call Factory.DirectoryConfigurationNovell.CreateInstance(). The group of type-specific directory configuration objects is contained in the DirectoryConfigurationNovellList collection object.
IDirectoryConfigurationSunOne Represents the configuration object for a SunOne security provider. A SunOne 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 DirectoryConfigurationSunOne object. Therefore, you must create one DirectoryConfigurationSunOne object for each authentication provider in each realm. To create an instance of the DirectoryConfigurationSunOne class, call Factory.DirectoryConfigurationSunOne.CreateInstance(). The group of type-specific directory configuration objects is contained in the DirectoryConfigurationSunOneList collection object.

See Also