Represents the configuration object for a Oracle (formerly SunOne) security provider.
A 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 in each realm.
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)
JavaScript |
---|
FileNet.Api.Admin.IDirectoryConfigurationSunOne = function();
FileNet.Api.Admin.IDirectoryConfigurationSunOne.createInterface('FileNet.Api.Admin.IDirectoryConfigurationSunOne'); |