Public Properties
Name | Description | |
---|---|---|
![]() |
DirectoryServerHost | Specifies the name of the host that is running the directory server product. |
![]() |
DirectoryServerPassword | Specifies the user password used to authenticate to a given directory server. To set the property value, you pass in an encrypted byte array. (See Encryption.Encrypt for information on encrypting the input.) Security measures prevent actual passwords from being returned; instead, this property returns a zero-length byte array instead, giving an indication that the property value has been set, or null if the password has not been set. |
![]() |
DirectoryServerPort | Specifies the port number of the directory server. The FileNet P8 Content Engine supports four directory server types: Microsoft Active Directory, IBM Tivoli, Novell eDirectory, and Sun Java System Directory Server (SunOne). The value of this property defaults to port 389 for all supported directory server types. |
![]() |
DirectoryServerProviderClass | Specifies the directory server provider class name. The value of this property defaults to the following strings for the directory server types that the FileNet P8 Content Engine supports:
|
![]() |
DirectoryServerType | Specifies the type of directory server. The value of this property defaults to the following strings for the directory server types that the FileNet P8 Content Engine supports:
|
![]() |
DirectoryServerUserName | Specifies the username for authenticating to the directory server. The following are examples of strings for Active Directory and SunOne directory servers:
|
![]() |
DisplayName | The user-readable, provider-specific name of an object. This property is usually the designated Name property of the object's class. |
![]() |
GroupBaseDN | Specifies the base Distinguished Name (DN) for searching for groups in the directory server. |
![]() |
GroupDisplayNameAttribute | Specifies the directory server attribute to be used as the display name for a group. The default property value is dependent on the directory service type and is specified by the authentication provider's configuration. |
![]() |
GroupMembershipSearchFilter | Specifies the search filter for group membership queries. The default value of this property is null for Active Directory service provider. The default value for other supported directory service providers is unique to the provider, as follows:
|
![]() |
GroupNameAttribute | Defines the directory server attribute to be used as the short name for a group. The default value of this property is samAccountName for the Active Directory service provider and cn for all other supported directory service providers. |
![]() |
GroupSearchFilter | Specifies the search filter for querying a group or groups. The filter must be in the following format: , where user_defined_class is the object class you want (for example, user) and an_attribute is the LDAP server-specific attribute (for example, samAccountName, cn, or uid). The default value of this property is unique to the directory service provider, as follows:
|
![]() |
Id | A representation of the Globally Unique Identifier (GUID), a unique 128-bit number, that is assigned to this Content Engine object when the object is created. When converted to a string, the Id property is typically depicted as 32 hexadecimal characters enclosed by brackets in the following format: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}. For example, {3F2504E0-4F89-11D3-9A0C-0305E82C3301}. For For a given property representation, the Id property has the following characteristics:
For a newly created document object, you can override the Id property of its associated |
![]() |
IsSSLEnabled | Defines whether or not Secure Sockets Layer (SSL) protocol is enabled for a given object. The default value for all directory server types supported by the IBM FileNet P8 Content Engine is , indicating that SSL is disabled. |
![]() |
RestrictMembershipToConfiguredRealms | Restricts a group membership search to within the realms configured in FileNet Enterprise Manager. By default (that is, when the property value is Note: This property is not supported for the Windows Active Directory Application Mode (ADAM) directory service provider. This is because ADAM does not support cross-realm group memberships (cross-partition memberships, in ADAM terminology). |
![]() |
UserBaseDN | Specifies the base Distinguished Name (DN) for searching for users in the directory server. |
![]() |
UserDisplayNameAttribute | Specifies the directory server attribute to be used as the display name for a user. The default property value is dependent on the directory server type and is specified by the authentication provider's configuration. |
![]() |
UserNameAttribute | Defines the directory server attribute to be used as the short name for a user. The default value of this property is unique to the directory service provider as follows:
|
![]() |
UserSearchFilter | Specifies the search filter for querying a user or users. The filter must be in the following format: , where user_defined_class is the object class you want (for example, user or person) and an_attribute is the LDAP server-specific attribute (for example, samAccountName, cn, or uid). The default value of this property is unique to the directory service provider, as follows:
|