|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectoryConfigurationAD
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
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.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.Boolean get_SearchCrossForestGroupMembership()
void set_SearchCrossForestGroupMembership(java.lang.Boolean value)
java.lang.Boolean get_ReturnNameAsDN()
void set_ReturnNameAsDN(java.lang.Boolean value)
java.lang.Integer get_ConnectionTimeout()
void set_ConnectionTimeout(java.lang.Integer value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |