Class EncryptionProperties
java.lang.Object
com.atlassian.crowd.common.properties.EncryptionProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DurationSystemProperty
Specifies the amount of time in minutes after the entry will be removed from cache.static final IntegerSystemProperty
Specifies the maximum number of entries the encryption and decryption cache may contain.static final BooleanSystemProperty
When set to true, upgrade tasks which encrypt Crowd's LDAP passwords will be disabled.static final BooleanSystemProperty
When set to true, Crowd will not cache encryption/decryption results.static final BooleanSystemProperty
If set to true Crowd will set encryption keys filesystem ownership attributes to be accessible only by owner. -
Method Summary
-
Field Details
-
ENCRYPTION_DURING_UPGRADE_DISABLED
When set to true, upgrade tasks which encrypt Crowd's LDAP passwords will be disabled. -
ENRCYPTION_CACHE_ENABLED
When set to true, Crowd will not cache encryption/decryption results. -
ENCRYPTION_CACHE_MAX_SIZE
Specifies the maximum number of entries the encryption and decryption cache may contain. -
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
If set to true Crowd will set encryption keys filesystem ownership attributes to be accessible only by owner.
-