public interface DirectoryConfiguration extends EngineObject, DependentObject
DirectoryConfiguration
object is used to configure the directory service providers
that are used for authorization checks within the servers.
You can create one or more DirectoryConfiguration
objects for each FileNet P8 domain.
For example, if you have two Active Directory forests to be accessed by the FileNet P8 domain, you
must create two Active Directory-specific DirectoryConfiguration
objects--one for each forest.
To create an instance of the DirectoryConfiguration
class, call the type-specific createInstance
factory
method. For example, to create an instance of an Active Directory configuration object, call
Factory.DirectoryConfigurationAD.createInstance()
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_DirectoryServerHost()
Returns the value of the DirectoryServerHost property.
|
byte[] |
get_DirectoryServerPassword()
Returns the value of the DirectoryServerPassword property.
|
java.lang.Integer |
get_DirectoryServerPort()
Returns the value of the DirectoryServerPort property.
|
java.lang.String |
get_DirectoryServerProviderClass()
Returns the value of the DirectoryServerProviderClass property.
|
java.lang.String |
get_DirectoryServerType()
Returns the value of the DirectoryServerType property.
|
java.lang.String |
get_DirectoryServerUserName()
Returns the value of the DirectoryServerUserName property.
|
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property.
|
java.lang.String |
get_GroupBaseDN()
Returns the value of the GroupBaseDN property.
|
java.lang.String |
get_GroupDisplayNameAttribute()
Returns the value of the GroupDisplayNameAttribute property.
|
java.lang.String |
get_GroupMembershipSearchFilter()
Returns the value of the GroupMembershipSearchFilter property.
|
java.lang.String |
get_GroupNameAttribute()
Returns the value of the GroupNameAttribute property.
|
java.lang.String |
get_GroupSearchFilter()
Returns the value of the GroupSearchFilter property.
|
java.lang.String |
get_GroupUniqueIDAttribute()
Returns the value of the GroupUniqueIDAttribute property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.Boolean |
get_IsSSLEnabled()
Returns the value of the IsSSLEnabled property.
|
java.lang.Boolean |
get_RestrictMembershipToConfiguredRealms()
Returns the value of the RestrictMembershipToConfiguredRealms property.
|
java.lang.String |
get_UserBaseDN()
Returns the value of the UserBaseDN property.
|
java.lang.String |
get_UserDisplayNameAttribute()
Returns the value of the UserDisplayNameAttribute property.
|
java.lang.String |
get_UserNameAttribute()
Returns the value of the UserNameAttribute property.
|
java.lang.String |
get_UserSearchFilter()
Returns the value of the UserSearchFilter property.
|
java.lang.String |
get_UserUniqueIDAttribute()
Returns the value of the UserUniqueIDAttribute property.
|
void |
set_DirectoryServerHost(java.lang.String value)
Sets the value of the DirectoryServerHost property.
|
void |
set_DirectoryServerPassword(byte[] value)
Sets the value of the DirectoryServerPassword property.
|
void |
set_DirectoryServerPort(java.lang.Integer value)
Sets the value of the DirectoryServerPort property.
|
void |
set_DirectoryServerProviderClass(java.lang.String value)
Sets the value of the DirectoryServerProviderClass property.
|
void |
set_DirectoryServerUserName(java.lang.String value)
Sets the value of the DirectoryServerUserName property.
|
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property.
|
void |
set_GroupBaseDN(java.lang.String value)
Sets the value of the GroupBaseDN property.
|
void |
set_GroupDisplayNameAttribute(java.lang.String value)
Sets the value of the GroupDisplayNameAttribute property.
|
void |
set_GroupMembershipSearchFilter(java.lang.String value)
Sets the value of the GroupMembershipSearchFilter property.
|
void |
set_GroupNameAttribute(java.lang.String value)
Sets the value of the GroupNameAttribute property.
|
void |
set_GroupSearchFilter(java.lang.String value)
Sets the value of the GroupSearchFilter property.
|
void |
set_GroupUniqueIDAttribute(java.lang.String value)
Sets the value of the GroupUniqueIDAttribute property.
|
void |
set_IsSSLEnabled(java.lang.Boolean value)
Sets the value of the IsSSLEnabled property.
|
void |
set_RestrictMembershipToConfiguredRealms(java.lang.Boolean value)
Sets the value of the RestrictMembershipToConfiguredRealms property.
|
void |
set_UserBaseDN(java.lang.String value)
Sets the value of the UserBaseDN property.
|
void |
set_UserDisplayNameAttribute(java.lang.String value)
Sets the value of the UserDisplayNameAttribute property.
|
void |
set_UserNameAttribute(java.lang.String value)
Sets the value of the UserNameAttribute property.
|
void |
set_UserSearchFilter(java.lang.String value)
Sets the value of the UserSearchFilter property.
|
void |
set_UserUniqueIDAttribute(java.lang.String value)
Sets the value of the UserUniqueIDAttribute property.
|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_Id()
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
java.lang.String get_DirectoryServerType()
java.lang.String get_DirectoryServerProviderClass()
void set_DirectoryServerProviderClass(java.lang.String value)
java.lang.String get_DirectoryServerHost()
void set_DirectoryServerHost(java.lang.String value)
java.lang.Integer get_DirectoryServerPort()
void set_DirectoryServerPort(java.lang.Integer value)
java.lang.String get_DirectoryServerUserName()
void set_DirectoryServerUserName(java.lang.String value)
byte[] get_DirectoryServerPassword()
void set_DirectoryServerPassword(byte[] value)
java.lang.String get_UserBaseDN()
void set_UserBaseDN(java.lang.String value)
java.lang.String get_UserSearchFilter()
void set_UserSearchFilter(java.lang.String value)
java.lang.String get_UserDisplayNameAttribute()
void set_UserDisplayNameAttribute(java.lang.String value)
java.lang.String get_GroupBaseDN()
void set_GroupBaseDN(java.lang.String value)
java.lang.String get_GroupSearchFilter()
void set_GroupSearchFilter(java.lang.String value)
java.lang.String get_GroupDisplayNameAttribute()
void set_GroupDisplayNameAttribute(java.lang.String value)
java.lang.String get_GroupMembershipSearchFilter()
void set_GroupMembershipSearchFilter(java.lang.String value)
java.lang.String get_UserNameAttribute()
void set_UserNameAttribute(java.lang.String value)
java.lang.String get_GroupNameAttribute()
void set_GroupNameAttribute(java.lang.String value)
java.lang.Boolean get_IsSSLEnabled()
void set_IsSSLEnabled(java.lang.Boolean value)
java.lang.Boolean get_RestrictMembershipToConfiguredRealms()
void set_RestrictMembershipToConfiguredRealms(java.lang.Boolean value)
java.lang.String get_UserUniqueIDAttribute()
void set_UserUniqueIDAttribute(java.lang.String value)
java.lang.String get_GroupUniqueIDAttribute()
void set_GroupUniqueIDAttribute(java.lang.String value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.