com.filenet.api.admin
Interface DirectoryConfigurationAD

All Superinterfaces:
DependentObject, DirectoryConfiguration, EngineObject, java.io.Serializable

public interface DirectoryConfigurationAD
extends DirectoryConfiguration, DependentObject

Represents the configuration object for the Active Directory security provider. You must create a configuration object for each Active Directory forest that is accessed by the FileNet P8 domain. For example, if you have two Active Directory forests to be accessed by the FileNet P8 domain, you need to create two Active Directory-specific DirectoryConfiguration objects--one for each forest. To create an instance of the DirectoryConfigurationAD class, call Factory.DirectoryConfigurationAD.createInstance(). The group of type-specific directory configuration objects is contained in the DirectoryConfigurationADList collection object.

Metadata

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


Method Summary
 java.lang.Integer get_ConnectionTimeout()
          Returns the value of the ConnectionTimeout property.
 java.lang.Boolean get_ReturnNameAsDN()
          Returns the value of the ReturnNameAsDN property.
 java.lang.Boolean get_SearchCrossForestGroupMembership()
          Returns the value of the SearchCrossForestGroupMembership property.
 void set_ConnectionTimeout(java.lang.Integer value)
          Sets the value of the ConnectionTimeout property.
 void set_ReturnNameAsDN(java.lang.Boolean value)
          Sets the value of the ReturnNameAsDN property.
 void set_SearchCrossForestGroupMembership(java.lang.Boolean value)
          Sets the value of the SearchCrossForestGroupMembership property.
 
Methods inherited from interface com.filenet.api.admin.DirectoryConfiguration
get_DirectoryServerHost, get_DirectoryServerPassword, get_DirectoryServerPort, get_DirectoryServerProviderClass, get_DirectoryServerType, get_DirectoryServerUserName, get_DisplayName, get_GroupBaseDN, get_GroupDisplayNameAttribute, get_GroupMembershipSearchFilter, get_GroupNameAttribute, get_GroupSearchFilter, get_Id, get_IsSSLEnabled, get_RestrictMembershipToConfiguredRealms, get_UserBaseDN, get_UserDisplayNameAttribute, get_UserNameAttribute, get_UserSearchFilter, set_DirectoryServerHost, set_DirectoryServerPassword, set_DirectoryServerPort, set_DirectoryServerProviderClass, set_DirectoryServerUserName, set_DisplayName, set_GroupBaseDN, set_GroupDisplayNameAttribute, set_GroupMembershipSearchFilter, set_GroupNameAttribute, set_GroupSearchFilter, set_IsSSLEnabled, set_RestrictMembershipToConfiguredRealms, set_UserBaseDN, set_UserDisplayNameAttribute, set_UserNameAttribute, set_UserSearchFilter
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_SearchCrossForestGroupMembership

java.lang.Boolean get_SearchCrossForestGroupMembership()
Returns the value of the SearchCrossForestGroupMembership property. For more information, see SearchCrossForestGroupMembership Property.


set_SearchCrossForestGroupMembership

void set_SearchCrossForestGroupMembership(java.lang.Boolean value)
Sets the value of the SearchCrossForestGroupMembership property. For more information, see SearchCrossForestGroupMembership Property.


get_ReturnNameAsDN

java.lang.Boolean get_ReturnNameAsDN()
Returns the value of the ReturnNameAsDN property. For more information, see ReturnNameAsDN Property.


set_ReturnNameAsDN

void set_ReturnNameAsDN(java.lang.Boolean value)
Sets the value of the ReturnNameAsDN property. For more information, see ReturnNameAsDN Property.


get_ConnectionTimeout

java.lang.Integer get_ConnectionTimeout()
Returns the value of the ConnectionTimeout property. For more information, see ConnectionTimeout Property.


set_ConnectionTimeout

void set_ConnectionTimeout(java.lang.Integer value)
Sets the value of the ConnectionTimeout property. For more information, see ConnectionTimeout Property.



© Copyright IBM Corporation 2006, 2008. All rights reserved.