com.filenet.api.admin

Interface CmDirectoryConfigurationManaged

    • Method Detail

      • get_UnconfirmedUserCleanupIntervalDays

        java.lang.Integer get_UnconfirmedUserCleanupIntervalDays()
        The period in days from creation after which an unconfirmed user record will be removed.
      • set_UnconfirmedUserCleanupIntervalDays

        void set_UnconfirmedUserCleanupIntervalDays(java.lang.Integer value)
        The period in days from creation after which an unconfirmed user record will be removed. Settability Restrictions: None.
      • get_IdentityRules

        CmIdentityRuleList get_IdentityRules()
        The rules determining acceptable email addresses for managed users in this realm.
      • set_IdentityRules

        void set_IdentityRules(CmIdentityRuleList value)
        The rules determining acceptable email addresses for managed users in this realm. Settability Restrictions: None.
      • get_InactiveUserDisablementIntervalDays

        java.lang.Integer get_InactiveUserDisablementIntervalDays()
        The period of inactivity in days after which a managed user should be disabled.
      • set_InactiveUserDisablementIntervalDays

        void set_InactiveUserDisablementIntervalDays(java.lang.Integer value)
        The period of inactivity in days after which a managed user should be disabled. Settability Restrictions: None.

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