com.filenet.api.admin

Interface DirectoryConfigurationAD

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


    public interface DirectoryConfigurationAD
    extends DirectoryConfiguration, DependentObject
    Represents the configuration object for the Active Directory security provider. You must create a configuration object for each Active Directory forest that is accessed by the FileNet P8 domain. For example, if you have two Active Directory forests to be accessed by the FileNet P8 domain, you need to create two Active Directory-specific DirectoryConfiguration objects--one for each forest. To create an instance of the DirectoryConfigurationAD class, call Factory.DirectoryConfigurationAD.createInstance(). The group of type-specific directory configuration objects is contained in the DirectoryConfigurationADList collection object.

    The Active Directory security provider supports the following high-availability failover features: failover by virtual IP, failover by host list, and failover by domain-name or multiple IP addresses.

    Metadata

    • Method Detail

      • get_SearchCrossForestGroupMembership

        java.lang.Boolean get_SearchCrossForestGroupMembership()
        Returns the value of the SearchCrossForestGroupMembership property. For more information, see SearchCrossForestGroupMembership Property.
      • set_SearchCrossForestGroupMembership

        void set_SearchCrossForestGroupMembership(java.lang.Boolean value)
        Sets the value of the SearchCrossForestGroupMembership property. For more information, see SearchCrossForestGroupMembership Property.
      • get_ReturnNameAsDN

        java.lang.Boolean get_ReturnNameAsDN()
        Returns the value of the ReturnNameAsDN property. For more information, see ReturnNameAsDN Property.
      • set_ReturnNameAsDN

        void set_ReturnNameAsDN(java.lang.Boolean value)
        Sets the value of the ReturnNameAsDN property. For more information, see ReturnNameAsDN Property.
      • get_ConnectionTimeout

        java.lang.Integer get_ConnectionTimeout()
        Returns the value of the ConnectionTimeout property. For more information, see ConnectionTimeout Property.
      • set_ConnectionTimeout

        void set_ConnectionTimeout(java.lang.Integer value)
        Sets the value of the ConnectionTimeout property. For more information, see ConnectionTimeout Property.
      • get_AllowEmailOrUPNShortNames

        java.lang.Boolean get_AllowEmailOrUPNShortNames()
        Returns the value of the AllowEmailOrUPNShortNames property. For more information, see AllowEmailOrUPNShortNames Property.
      • set_AllowEmailOrUPNShortNames

        void set_AllowEmailOrUPNShortNames(java.lang.Boolean value)
        Sets the value of the AllowEmailOrUPNShortNames property. For more information, see AllowEmailOrUPNShortNames Property.
      • get_GCHost

        java.lang.String get_GCHost()
        Returns the value of the GCHost property. For more information, see GCHost Property.
      • set_GCHost

        void set_GCHost(java.lang.String value)
        Sets the value of the GCHost property. For more information, see GCHost Property.
      • get_GCPort

        java.lang.String get_GCPort()
        Returns the value of the GCPort property. For more information, see GCPort Property.
      • set_GCPort

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

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