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.


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

Syntax

Visual Basic (Declaration)
Public Interface IDirectoryConfigurationNovell
    Implements IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject
C#
public interface IDirectoryConfigurationNovell : IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject
C++
interface class IDirectoryConfigurationNovell : IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject
J#
public interface IDirectoryConfigurationNovell implements IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject
JScript
public interface IDirectoryConfigurationNovell 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

See Also