| Modifier and Type | Field and Description |
|---|---|
static BooleanSystemProperty |
DuplicatedExternalIdsStatisticsCollector.SKIP_COLLECTION |
| Constructor and Description |
|---|
SystemPropertyBasedFeatureFlag(BooleanSystemProperty property,
DcLicenseChecker dcLicenseChecker) |
| Modifier and Type | Field and Description |
|---|---|
static BooleanSystemProperty |
SystemProperties.ALLOW_DUPLICATED_EXTERNAL_IDS_IN_SYNC
When set to true Crowd will match users with duplicated external ids by names, instead of failing sync.
|
static BooleanSystemProperty |
SystemProperties.ATLASSIAN_DEV_MODE |
static BooleanSystemProperty |
SystemProperties.AUDITLOG_SEARCH_ESCAPE_SPECIAL_CHARACTERS_ENABLED
Setting this to "true" enables the special character (_) escaping
|
static BooleanSystemProperty |
SystemProperties.DIRECTORY_CACHE_FORCE_SYSTEM_CLASS_LOADER_SYS_PROP
When set to true, the web application class loader will be used for creating a new instance of
RemoteDirectory. |
static BooleanSystemProperty |
SystemProperties.EMAIL_CHANGE_BY_EXTERNAL_APPS_ENABLED
Since Crowd 4.4, Crowd does NOT allow external apps to change e-mail of user.
|
static BooleanSystemProperty |
EncryptionProperties.ENCRYPTION_DURING_UPGRADE_DISABLED
When set to true, upgrade tasks which encrypt Crowd's LDAP passwords will be disabled.
|
static BooleanSystemProperty |
EncryptionProperties.ENRCYPTION_CACHE_ENABLED
When set to true, Crowd will not cache encryption/decryption results.
|
static BooleanSystemProperty |
SystemProperties.INCLUDE_APPNAME_HEADER_IN_RESPONSES
When set to true, Crowd will add
AdditionalHeaders.HEADER_X_AAPPNAME header containing application name of
application making REST requests to Crowd. |
static BooleanSystemProperty |
SystemProperties.INCLUDE_USERNAME_HEADER_IN_RESPONSES
When set to true, Crowd will add
AdditionalHeaders.HEADER_X_AUSERNAME header containing username of logged in
user for all HTTP requests (including REST). |
static BooleanSystemProperty |
SystemProperties.MEMBERSHIPS_SYNC_IMPROVEMENT_ENABLED
Defines whether optimized version of outgoing membership synchronization should be used.
|
static BooleanSystemProperty |
SystemProperties.RECREATED_MEMBERSHIPS_BATCHING_ENABLED
Enables batching of requests to verify if a user or group is a direct member of a parent group when determining recreated
memberships during incremental synchronisation.
|
static BooleanSystemProperty |
EncryptionProperties.SET_ENCRYPTION_KEYS_OWNERSHIP_ATTRIBUTES
If set to true Crowd will set encryption keys filesystem ownership attributes to be accessible only by owner.
|
static BooleanSystemProperty |
SystemProperties.SWALLOW_EXCEPTIONS_IN_DIRECTORY_SEARCH
Enables swallowing exceptions and returning empty results in the directory search methods.
|
| Modifier and Type | Method and Description |
|---|---|
static BooleanSystemProperty |
SystemProperties.createBooleanSystemProperty(String propertyName,
boolean defaultForCrowd,
boolean defaultForNonCrowd)
Creates system property with separate default values for Crowd and other products.
|
| Modifier and Type | Field and Description |
|---|---|
static BooleanSystemProperty |
SessionTokenReaper.CROWD_TOKENREAPER_ENABLED
This system property controls whether the token reaper actually runs.
|
| Modifier and Type | Field and Description |
|---|---|
static BooleanSystemProperty |
MembershipMapper.INTERNAL_DIRECTORY_PLACEHOLDERS_ENABLED
System property - 'crowd.directory.internal.placeholders.enabled'.
|
static BooleanSystemProperty |
XmlMigrationManagerImpl.TRIM_WHITESPACE_IN_BACKUP |
Copyright © 2024 Atlassian. All rights reserved.