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 a 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.

    Metadata

    • 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.

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