public class EncryptionProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENCRYPTION_CACHE_EXPIRE_MINUTES
Specifies the amount of time in minutes after the entry will be removed from cache.
|
static String |
ENCRYPTION_CACHE_MAX_SIZE
Specifies the maximum number of entries the encryption and decryption cache may contain.
|
static String |
ENCRYPTION_DURING_UPGRADE_DISABLED
When set to true, upgrade task which encrypts Crowd's ldap passwords will be disabled.
|
static String |
ENRCYPTION_CACHE_ENABLED
When set to true, Crowd will not cache encryption/decryption results.
|
static String |
SET_ENCRYPTION_KEYS_OWNERSHIP_ATTRIBUTES
If set to true Crowd will set encryption keys filesystem ownership attributes to be accessible only by owner.
|
| Modifier and Type | Method and Description |
|---|---|
static Duration |
getEncryptionCacheExpiration()
Gets the amount of time in minutes after the entry will be removed from cache
(more details in
ENCRYPTION_CACHE_EXPIRE_MINUTES |
static int |
getEncryptionCacheMaxSize()
Gets the maximum number of entries the encryption and decryption cache may contain.
|
static boolean |
isEncryptionCacheEnabled()
Defines whether caching encryption/decryption results should be enabled.
|
static boolean |
isEncryptionDuringUpgradeDisabled()
Defines whether task that encrypts passwords during upgrade should be disabled.
|
static boolean |
isSetEncryptionKeysOwnershipAttributes()
Defines whether Crowd should set ownership attributes for the encryption keys.
|
public static final String ENCRYPTION_DURING_UPGRADE_DISABLED
public static final String ENRCYPTION_CACHE_ENABLED
public static final String ENCRYPTION_CACHE_MAX_SIZE
public static final String ENCRYPTION_CACHE_EXPIRE_MINUTES
public static final String SET_ENCRYPTION_KEYS_OWNERSHIP_ATTRIBUTES
public static Duration getEncryptionCacheExpiration()
ENCRYPTION_CACHE_EXPIRE_MINUTESpublic static int getEncryptionCacheMaxSize()
public static boolean isEncryptionCacheEnabled()
public static boolean isEncryptionDuringUpgradeDisabled()
public static boolean isSetEncryptionKeysOwnershipAttributes()
Copyright © 2020 Atlassian. All rights reserved.