com.filenet.api.admin
Interface DirectoryConfigurationCA
-
- All Superinterfaces:
- DependentObject, DirectoryConfiguration, EngineObject, java.io.Serializable
public interface DirectoryConfigurationCA extends DirectoryConfiguration, DependentObject
Represents the configuration object for an CA (Computer Associates International Inc.) eTrust security provider. Each P8 realm requires a configuration object of this type. For example, when CA eTrust is the security provider, you must configure aDirectoryConfigurationCA
object for each P8 realm.To create an instance of the
DirectoryConfigurationCA
class, callFactory.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.
Metadata
-
-
Method Summary
Methods 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.-
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_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
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_UserUniqueIDAttributeIsBinary
java.lang.Boolean get_UserUniqueIDAttributeIsBinary()
Deprecated. As of release 5.0.0.Returns the value of the UserUniqueIDAttributeIsBinary property. For more information, see UserUniqueIDAttributeIsBinary Property.
-
set_UserUniqueIDAttributeIsBinary
void set_UserUniqueIDAttributeIsBinary(java.lang.Boolean value)
Deprecated. As of release 5.0.0.Sets the value of the UserUniqueIDAttributeIsBinary property. For more information, see UserUniqueIDAttributeIsBinary Property.
-
get_GroupUniqueIDAttributeIsBinary
java.lang.Boolean get_GroupUniqueIDAttributeIsBinary()
Deprecated. As of release 5.0.0.Returns the value of the GroupUniqueIDAttributeIsBinary property. For more information, see GroupUniqueIDAttributeIsBinary Property.
-
set_GroupUniqueIDAttributeIsBinary
void set_GroupUniqueIDAttributeIsBinary(java.lang.Boolean value)
Deprecated. As of release 5.0.0.Sets the value of the GroupUniqueIDAttributeIsBinary property. For more information, see GroupUniqueIDAttributeIsBinary Property.
-
get_SearchDynamicGroup
java.lang.Boolean get_SearchDynamicGroup()
Returns the value of the SearchDynamicGroup property. For more information, see SearchDynamicGroup Property.
-
set_SearchDynamicGroup
void set_SearchDynamicGroup(java.lang.Boolean value)
Sets the value of the SearchDynamicGroup property. For more information, see SearchDynamicGroup Property.
-
get_DynamicGroupMemberAttribute
java.lang.String get_DynamicGroupMemberAttribute()
Returns the value of the DynamicGroupMemberAttribute property. For more information, see DynamicGroupMemberAttribute Property.
-
set_DynamicGroupMemberAttribute
void set_DynamicGroupMemberAttribute(java.lang.String value)
Sets the value of the DynamicGroupMemberAttribute property. For more information, see DynamicGroupMemberAttribute Property.
-
get_DynamicGroupQueryAttribute
java.lang.String get_DynamicGroupQueryAttribute()
Returns the value of the DynamicGroupQueryAttribute property. For more information, see DynamicGroupQueryAttribute Property.
-
set_DynamicGroupQueryAttribute
void set_DynamicGroupQueryAttribute(java.lang.String value)
Sets the value of the DynamicGroupQueryAttribute property. For more information, see DynamicGroupQueryAttribute Property.
-
get_DynamicGroupObjectClass
java.lang.String get_DynamicGroupObjectClass()
Returns the value of the DynamicGroupObjectClass property. For more information, see DynamicGroupObjectClass Property.
-
set_DynamicGroupObjectClass
void set_DynamicGroupObjectClass(java.lang.String value)
Sets the value of the DynamicGroupObjectClass property. For more information, see DynamicGroupObjectClass Property.
-
-