com.filenet.api.admin

Interface DirectoryConfiguration

    • Method Detail

      • get_Id

        Id get_Id()
        Returns the value of the Id property. For more information, see Id Property.
      • get_DisplayName

        java.lang.String get_DisplayName()
        Returns the value of the DisplayName property. For more information, see DisplayName Property.
      • set_DisplayName

        void set_DisplayName(java.lang.String value)
        Sets the value of the DisplayName property. For more information, see DisplayName Property.
      • get_DirectoryServerType

        java.lang.String get_DirectoryServerType()
        Returns the value of the DirectoryServerType property. For more information, see DirectoryServerType Property.
      • get_DirectoryServerProviderClass

        java.lang.String get_DirectoryServerProviderClass()
        Returns the value of the DirectoryServerProviderClass property. For more information, see DirectoryServerProviderClass Property.
      • set_DirectoryServerProviderClass

        void set_DirectoryServerProviderClass(java.lang.String value)
        Sets the value of the DirectoryServerProviderClass property. For more information, see DirectoryServerProviderClass Property.
      • get_DirectoryServerHost

        java.lang.String get_DirectoryServerHost()
        Returns the value of the DirectoryServerHost property. For more information, see DirectoryServerHost Property.
      • set_DirectoryServerHost

        void set_DirectoryServerHost(java.lang.String value)
        Sets the value of the DirectoryServerHost property. For more information, see DirectoryServerHost Property.
      • get_DirectoryServerPort

        java.lang.Integer get_DirectoryServerPort()
        Returns the value of the DirectoryServerPort property. For more information, see DirectoryServerPort Property.
      • set_DirectoryServerPort

        void set_DirectoryServerPort(java.lang.Integer value)
        Sets the value of the DirectoryServerPort property. For more information, see DirectoryServerPort Property.
      • get_DirectoryServerUserName

        java.lang.String get_DirectoryServerUserName()
        Returns the value of the DirectoryServerUserName property. For more information, see DirectoryServerUserName Property.
      • set_DirectoryServerUserName

        void set_DirectoryServerUserName(java.lang.String value)
        Sets the value of the DirectoryServerUserName property. For more information, see DirectoryServerUserName Property.
      • get_DirectoryServerPassword

        byte[] get_DirectoryServerPassword()
        Returns the value of the DirectoryServerPassword property. For more information, see DirectoryServerPassword Property.
      • set_DirectoryServerPassword

        void set_DirectoryServerPassword(byte[] value)
        Sets the value of the DirectoryServerPassword property. For more information, see DirectoryServerPassword Property.
      • get_UserBaseDN

        java.lang.String get_UserBaseDN()
        Returns the value of the UserBaseDN property. For more information, see UserBaseDN Property.
      • set_UserBaseDN

        void set_UserBaseDN(java.lang.String value)
        Sets the value of the UserBaseDN property. For more information, see UserBaseDN Property.
      • get_UserSearchFilter

        java.lang.String get_UserSearchFilter()
        Returns the value of the UserSearchFilter property. For more information, see UserSearchFilter Property.
      • set_UserSearchFilter

        void set_UserSearchFilter(java.lang.String value)
        Sets the value of the UserSearchFilter property. For more information, see UserSearchFilter Property.
      • get_UserDisplayNameAttribute

        java.lang.String get_UserDisplayNameAttribute()
        Returns the value of the UserDisplayNameAttribute property. For more information, see UserDisplayNameAttribute Property.
      • set_UserDisplayNameAttribute

        void set_UserDisplayNameAttribute(java.lang.String value)
        Sets the value of the UserDisplayNameAttribute property. For more information, see UserDisplayNameAttribute Property.
      • get_GroupBaseDN

        java.lang.String get_GroupBaseDN()
        Returns the value of the GroupBaseDN property. For more information, see GroupBaseDN Property.
      • set_GroupBaseDN

        void set_GroupBaseDN(java.lang.String value)
        Sets the value of the GroupBaseDN property. For more information, see GroupBaseDN Property.
      • get_GroupSearchFilter

        java.lang.String get_GroupSearchFilter()
        Returns the value of the GroupSearchFilter property. For more information, see GroupSearchFilter Property.
      • set_GroupSearchFilter

        void set_GroupSearchFilter(java.lang.String value)
        Sets the value of the GroupSearchFilter property. For more information, see GroupSearchFilter Property.
      • get_GroupDisplayNameAttribute

        java.lang.String get_GroupDisplayNameAttribute()
        Returns the value of the GroupDisplayNameAttribute property. For more information, see GroupDisplayNameAttribute Property.
      • set_GroupDisplayNameAttribute

        void set_GroupDisplayNameAttribute(java.lang.String value)
        Sets the value of the GroupDisplayNameAttribute property. For more information, see GroupDisplayNameAttribute Property.
      • get_GroupMembershipSearchFilter

        java.lang.String get_GroupMembershipSearchFilter()
        Returns the value of the GroupMembershipSearchFilter property. For more information, see GroupMembershipSearchFilter Property.
      • set_GroupMembershipSearchFilter

        void set_GroupMembershipSearchFilter(java.lang.String value)
        Sets the value of the GroupMembershipSearchFilter property. For more information, see GroupMembershipSearchFilter Property.
      • get_UserNameAttribute

        java.lang.String get_UserNameAttribute()
        Returns the value of the UserNameAttribute property. For more information, see UserNameAttribute Property.
      • set_UserNameAttribute

        void set_UserNameAttribute(java.lang.String value)
        Sets the value of the UserNameAttribute property. For more information, see UserNameAttribute Property.
      • get_GroupNameAttribute

        java.lang.String get_GroupNameAttribute()
        Returns the value of the GroupNameAttribute property. For more information, see GroupNameAttribute Property.
      • set_GroupNameAttribute

        void set_GroupNameAttribute(java.lang.String value)
        Sets the value of the GroupNameAttribute property. For more information, see GroupNameAttribute Property.
      • get_IsSSLEnabled

        java.lang.Boolean get_IsSSLEnabled()
        Returns the value of the IsSSLEnabled property. For more information, see IsSSLEnabled Property.
      • set_IsSSLEnabled

        void set_IsSSLEnabled(java.lang.Boolean value)
        Sets the value of the IsSSLEnabled property. For more information, see IsSSLEnabled Property.
      • get_RestrictMembershipToConfiguredRealms

        java.lang.Boolean get_RestrictMembershipToConfiguredRealms()
        Returns the value of the RestrictMembershipToConfiguredRealms property. For more information, see RestrictMembershipToConfiguredRealms Property.
      • set_RestrictMembershipToConfiguredRealms

        void set_RestrictMembershipToConfiguredRealms(java.lang.Boolean value)
        Sets the value of the RestrictMembershipToConfiguredRealms property. For more information, see RestrictMembershipToConfiguredRealms Property.
      • 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_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.

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