Class EncryptionProperties

java.lang.Object
com.atlassian.crowd.common.properties.EncryptionProperties

public class EncryptionProperties extends Object
  • Field Details

    • ENCRYPTION_DURING_UPGRADE_DISABLED

      public static final BooleanSystemProperty ENCRYPTION_DURING_UPGRADE_DISABLED
      When set to true, upgrade tasks which encrypt Crowd's LDAP passwords will be disabled.
    • ENRCYPTION_CACHE_ENABLED

      public static final BooleanSystemProperty ENRCYPTION_CACHE_ENABLED
      When set to true, Crowd will not cache encryption/decryption results.
    • ENCRYPTION_CACHE_MAX_SIZE

      public static final IntegerSystemProperty ENCRYPTION_CACHE_MAX_SIZE
      Specifies the maximum number of entries the encryption and decryption cache may contain.
    • ENCRYPTION_CACHE_EXPIRATION

      public static final DurationSystemProperty ENCRYPTION_CACHE_EXPIRATION
      Specifies the amount of time in minutes after the entry will be removed from cache. The time is measured since the entry's creation, the most recent replacement of its value and its last access.
    • SET_ENCRYPTION_KEYS_OWNERSHIP_ATTRIBUTES

      public static final BooleanSystemProperty SET_ENCRYPTION_KEYS_OWNERSHIP_ATTRIBUTES
      If set to true Crowd will set encryption keys filesystem ownership attributes to be accessible only by owner.