public interface DirectoryConfigurationAD extends DirectoryConfiguration, DependentObject
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.
The Active Directory security provider supports the following high-availability failover features: failover by virtual IP, failover by host list, and failover by domain-name or multiple IP addresses.
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
get_AllowEmailOrUPNShortNames()
Returns the value of the AllowEmailOrUPNShortNames property.
|
java.lang.Integer |
get_ConnectionTimeout()
Returns the value of the ConnectionTimeout property.
|
java.lang.String |
get_GCHost()
Returns the value of the GCHost property.
|
java.lang.String |
get_GCPort()
Returns the value of the GCPort 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_AllowEmailOrUPNShortNames(java.lang.Boolean value)
Sets the value of the AllowEmailOrUPNShortNames property.
|
void |
set_ConnectionTimeout(java.lang.Integer value)
Sets the value of the ConnectionTimeout property.
|
void |
set_GCHost(java.lang.String value)
Sets the value of the GCHost property.
|
void |
set_GCPort(java.lang.String value)
Sets the value of the GCPort 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.
|
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_GroupUniqueIDAttribute, get_Id, get_IsSSLEnabled, get_RestrictMembershipToConfiguredRealms, get_UserBaseDN, get_UserDisplayNameAttribute, get_UserNameAttribute, get_UserSearchFilter, get_UserUniqueIDAttribute, set_DirectoryServerHost, set_DirectoryServerPassword, set_DirectoryServerPort, set_DirectoryServerProviderClass, set_DirectoryServerUserName, set_DisplayName, set_GroupBaseDN, set_GroupDisplayNameAttribute, set_GroupMembershipSearchFilter, set_GroupNameAttribute, set_GroupSearchFilter, set_GroupUniqueIDAttribute, set_IsSSLEnabled, set_RestrictMembershipToConfiguredRealms, set_UserBaseDN, set_UserDisplayNameAttribute, set_UserNameAttribute, set_UserSearchFilter, set_UserUniqueIDAttribute
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
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)
java.lang.Boolean get_AllowEmailOrUPNShortNames()
void set_AllowEmailOrUPNShortNames(java.lang.Boolean value)
java.lang.String get_GCHost()
void set_GCHost(java.lang.String value)
java.lang.String get_GCPort()
void set_GCPort(java.lang.String value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.