com.filenet.api.admin
Interface DirectoryConfigurationCA

All Superinterfaces:
DependentObject, DirectoryConfiguration, EngineObject, java.io.Serializable

public interface DirectoryConfigurationCA
extends DirectoryConfiguration, DependentObject

This interface is not supported. A DirectoryConfigurationCA instance represents the configuration object for a CA eTrust security provider.

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: DirectoryConfiguration


Method Summary
 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.String get_GroupUniqueIDAttribute()
          Returns the value of the GroupUniqueIDAttribute property.
 java.lang.Boolean get_GroupUniqueIDAttributeIsBinary()
          Returns the value of the GroupUniqueIDAttributeIsBinary property.
 java.lang.Boolean get_SearchDynamicGroup()
          Returns the value of the SearchDynamicGroup property.
 java.lang.String get_UserUniqueIDAttribute()
          Returns the value of the UserUniqueIDAttribute property.
 java.lang.Boolean get_UserUniqueIDAttributeIsBinary()
          Returns the value of the UserUniqueIDAttributeIsBinary property.
 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_GroupUniqueIDAttribute(java.lang.String value)
          Sets the value of the GroupUniqueIDAttribute property.
 void set_GroupUniqueIDAttributeIsBinary(java.lang.Boolean value)
          Sets the value of the GroupUniqueIDAttributeIsBinary property.
 void set_SearchDynamicGroup(java.lang.Boolean value)
          Sets the value of the SearchDynamicGroup property.
 void set_UserUniqueIDAttribute(java.lang.String value)
          Sets the value of the UserUniqueIDAttribute property.
 void set_UserUniqueIDAttributeIsBinary(java.lang.Boolean value)
          Sets the value of the UserUniqueIDAttributeIsBinary property.
 
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_Id, get_IsSSLEnabled, get_RestrictMembershipToConfiguredRealms, get_UserBaseDN, get_UserDisplayNameAttribute, get_UserNameAttribute, get_UserSearchFilter, set_DirectoryServerHost, set_DirectoryServerPassword, set_DirectoryServerPort, set_DirectoryServerProviderClass, set_DirectoryServerUserName, set_DisplayName, set_GroupBaseDN, set_GroupDisplayNameAttribute, set_GroupMembershipSearchFilter, set_GroupNameAttribute, set_GroupSearchFilter, set_IsSSLEnabled, set_RestrictMembershipToConfiguredRealms, set_UserBaseDN, set_UserDisplayNameAttribute, set_UserNameAttribute, set_UserSearchFilter
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_UserUniqueIDAttribute

java.lang.String get_UserUniqueIDAttribute()
Returns the value of the UserUniqueIDAttribute property. For more information, see UserUniqueIDAttribute Property.


set_UserUniqueIDAttribute

void set_UserUniqueIDAttribute(java.lang.String value)
Sets the value of the UserUniqueIDAttribute property. For more information, see UserUniqueIDAttribute Property.


get_UserUniqueIDAttributeIsBinary

java.lang.Boolean get_UserUniqueIDAttributeIsBinary()
Returns the value of the UserUniqueIDAttributeIsBinary property. For more information, see UserUniqueIDAttributeIsBinary Property.


set_UserUniqueIDAttributeIsBinary

void set_UserUniqueIDAttributeIsBinary(java.lang.Boolean value)
Sets the value of the UserUniqueIDAttributeIsBinary property. For more information, see UserUniqueIDAttributeIsBinary Property.


get_GroupUniqueIDAttribute

java.lang.String get_GroupUniqueIDAttribute()
Returns the value of the GroupUniqueIDAttribute property. For more information, see GroupUniqueIDAttribute Property.


set_GroupUniqueIDAttribute

void set_GroupUniqueIDAttribute(java.lang.String value)
Sets the value of the GroupUniqueIDAttribute property. For more information, see GroupUniqueIDAttribute Property.


get_GroupUniqueIDAttributeIsBinary

java.lang.Boolean get_GroupUniqueIDAttributeIsBinary()
Returns the value of the GroupUniqueIDAttributeIsBinary property. For more information, see GroupUniqueIDAttributeIsBinary Property.


set_GroupUniqueIDAttributeIsBinary

void set_GroupUniqueIDAttributeIsBinary(java.lang.Boolean value)
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.



© Copyright IBM Corporation 2006, 2009. All rights reserved.