Represents the configuration object for a SunOne provider, which can communicate with Oracle Directory Server Enterprise Edition
(formerly SUN Directory Server Enterprise Edition) or Oracle Unified Directory.
An Oracle 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.
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.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IDirectoryConfigurationSunOne _ Implements IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject |
| C# |
|---|
public interface IDirectoryConfigurationSunOne : IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject |
| Visual C++ |
|---|
public interface class IDirectoryConfigurationSunOne : IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject |
| JavaScript |
|---|
FileNet.Api.Admin.IDirectoryConfigurationSunOne = function(); FileNet.Api.Admin.IDirectoryConfigurationSunOne.createInterface('FileNet.Api.Admin.IDirectoryConfigurationSunOne'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: DirectoryConfiguration