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
object and a
object. Therefore, you must create one
object for each authentication provider in each realm. To create an instance of the
class, call
. The group of type-specific directory configuration objects is contained in the
collection object.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IDirectoryConfigurationAdam Implements IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject |
C# |
---|
public interface IDirectoryConfigurationAdam : IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject |
C++ |
---|
interface class IDirectoryConfigurationAdam : IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject |
J# |
---|
public interface IDirectoryConfigurationAdam implements IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject |
JScript |
---|
public interface IDirectoryConfigurationAdam 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