Represents the configuration object for a CA (Computer Associates International Inc.) eTrust security provider. Each P8 realm requires a configuration object of this type. For example, when CA eTrust is the security provider, you must configure a DirectoryConfigurationCA object for each P8 realm.

To create an instance of the DirectoryConfigurationCA class, call Factory.DirectoryConfigurationCA.CreateInstance().

The CA eTrust directory service provider supports searching of static, dynamic, and hybrid groups. Members of a static group might change infrequently whereas the members of a dynamic group might change often. Hybrid groups allow use of features of both dynamic and static groups.

The CA eTrust directory service provider also supports configurable Content Engine Group.Id and User.Id properties. You can set LDAP attributes that will be used as the values for these properties.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IDirectoryConfigurationCA _
	Implements IDirectoryConfiguration, IEngineObject, ICloneable, IDependentObject
C#
public interface IDirectoryConfigurationCA : IDirectoryConfiguration, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IDirectoryConfigurationCA : IDirectoryConfiguration, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.IDirectoryConfigurationCA = function();
FileNet.Api.Admin.IDirectoryConfigurationCA.createInterface('FileNet.Api.Admin.IDirectoryConfigurationCA');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: DirectoryConfiguration

ToggleSee Also