Represents the configuration object for an Oracle Internet Directory (OID) security provider. An OID directory server can be mapped to multiple IBM Content Cortex realms. Each IBM Content Cortex realm has a one-to-one relationship with the authentication provider. There is also a one-to-one relationship between a IBM Content Cortex Realm object and a CmDirectoryConfigurationOID object. Therefore, you must create one CmDirectoryConfigurationOID object for each authentication provider in each realm. To create an instance of the CmDirectoryConfigurationOID class, call Factory.CmDirectoryConfigurationOID.createInstance(). The group of type-specific directory configuration objects is contained in the CmDirectoryConfigurationOIDList collection object.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmDirectoryConfigurationOID _
	Implements IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject
C#
public interface ICmDirectoryConfigurationOID : IDirectoryConfiguration, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class ICmDirectoryConfigurationOID : IDirectoryConfiguration, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.ICmDirectoryConfigurationOID = function();
FileNet.Api.Admin.ICmDirectoryConfigurationOID.createInterface('FileNet.Api.Admin.ICmDirectoryConfigurationOID');

ToggleRemarks

Metadata

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

ToggleSee Also