public class EncryptionProperties extends Object
Modifier and Type | Field and Description |
---|---|
static DurationSystemProperty |
ENCRYPTION_CACHE_EXPIRATION
Specifies the amount of time in minutes after the entry will be removed from cache.
|
static IntegerSystemProperty |
ENCRYPTION_CACHE_MAX_SIZE
Specifies the maximum number of entries the encryption and decryption cache may contain.
|
static BooleanSystemProperty |
ENCRYPTION_DURING_UPGRADE_DISABLED
When set to true, upgrade task which encrypts Crowd's ldap passwords will be disabled.
|
static BooleanSystemProperty |
ENRCYPTION_CACHE_ENABLED
When set to true, Crowd will not cache encryption/decryption results.
|
static BooleanSystemProperty |
SET_ENCRYPTION_KEYS_OWNERSHIP_ATTRIBUTES
If set to true Crowd will set encryption keys filesystem ownership attributes to be accessible only by owner.
|
public static final BooleanSystemProperty ENCRYPTION_DURING_UPGRADE_DISABLED
public static final BooleanSystemProperty ENRCYPTION_CACHE_ENABLED
public static final IntegerSystemProperty ENCRYPTION_CACHE_MAX_SIZE
public static final DurationSystemProperty ENCRYPTION_CACHE_EXPIRATION
public static final BooleanSystemProperty SET_ENCRYPTION_KEYS_OWNERSHIP_ATTRIBUTES
Copyright © 2021 Atlassian. All rights reserved.