public interface DirectoryConfigurationCA extends DirectoryConfiguration, DependentObject
DirectoryConfigurationCA
object for each P8 realm.
To create an instance of the DirectoryConfigurationCA
class, call
Factory.DirectoryConfigurationCA.createInstance()
.
The CA eTrust directory service provider supports searching of static, dynamic, and hybrid groups. Members of a static group might change infrequently whereas the members of a dynamic group might change often. Hybrid groups allow use of features of both dynamic and static groups.
The CA eTrust directory service provider also supports configurable Content Engine Group.Id and User.Id properties. You can set LDAP attributes that will be used as the values for these properties.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_DynamicGroupMemberAttribute()
Returns the value of the DynamicGroupMemberAttribute property.
|
java.lang.String |
get_DynamicGroupObjectClass()
Returns the value of the DynamicGroupObjectClass property.
|
java.lang.String |
get_DynamicGroupQueryAttribute()
Returns the value of the DynamicGroupQueryAttribute property.
|
java.lang.Boolean |
get_GroupUniqueIDAttributeIsBinary()
Deprecated.
As of release 5.0.0.
|
java.lang.Boolean |
get_SearchDynamicGroup()
Returns the value of the SearchDynamicGroup property.
|
java.lang.Boolean |
get_UserUniqueIDAttributeIsBinary()
Deprecated.
As of release 5.0.0.
|
void |
set_DynamicGroupMemberAttribute(java.lang.String value)
Sets the value of the DynamicGroupMemberAttribute property.
|
void |
set_DynamicGroupObjectClass(java.lang.String value)
Sets the value of the DynamicGroupObjectClass property.
|
void |
set_DynamicGroupQueryAttribute(java.lang.String value)
Sets the value of the DynamicGroupQueryAttribute property.
|
void |
set_GroupUniqueIDAttributeIsBinary(java.lang.Boolean value)
Deprecated.
As of release 5.0.0.
|
void |
set_SearchDynamicGroup(java.lang.Boolean value)
Sets the value of the SearchDynamicGroup property.
|
void |
set_UserUniqueIDAttributeIsBinary(java.lang.Boolean value)
Deprecated.
As of release 5.0.0.
|
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_UserUniqueIDAttributeIsBinary()
void set_UserUniqueIDAttributeIsBinary(java.lang.Boolean value)
java.lang.Boolean get_GroupUniqueIDAttributeIsBinary()
void set_GroupUniqueIDAttributeIsBinary(java.lang.Boolean value)
java.lang.Boolean get_SearchDynamicGroup()
void set_SearchDynamicGroup(java.lang.Boolean value)
java.lang.String get_DynamicGroupMemberAttribute()
void set_DynamicGroupMemberAttribute(java.lang.String value)
java.lang.String get_DynamicGroupQueryAttribute()
void set_DynamicGroupQueryAttribute(java.lang.String value)
java.lang.String get_DynamicGroupObjectClass()
void set_DynamicGroupObjectClass(java.lang.String value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.