Represents the base configuration object for all security providers and holds directory configuration data. The
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
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
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
objects--one for each forest. To create an instance of the
class, call the type-specific
factory method. For example, to create an instance of an Active Directory configuration object, call
.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IDirectoryConfiguration Implements IEngineObject, ICloneable, IDependentObject |
C# |
---|
public interface IDirectoryConfiguration : IEngineObject, ICloneable, IDependentObject |
C++ |
---|
interface class IDirectoryConfiguration : IEngineObject, ICloneable, IDependentObject |
J# |
---|
public interface IDirectoryConfiguration implements IEngineObject, ICloneable, IDependentObject |
JScript |
---|
public interface IDirectoryConfiguration extends IEngineObject, ICloneable, IDependentObject |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject