public class SystemProperties extends Object
Modifier and Type | Field and Description |
---|---|
static DurationSystemProperty |
APPLICATION_STATUS_CACHE_DURATION
When set to an integer, Crowd web application /status endpoint will memoize database health check for a provided number of
seconds instead of the default value
|
static BooleanSystemProperty |
ATLASSIAN_DEV_MODE |
static BooleanSystemProperty |
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 |
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 |
MEMBERSHIPS_SYNC_IMPROVEMENT_ENABLED
Defines whether optimized version of outgoing membership synchronization should be used.
|
public static final BooleanSystemProperty INCLUDE_USERNAME_HEADER_IN_RESPONSES
AdditionalHeaders.HEADER_X_AUSERNAME
header containing username of logged in
user for all HTTP requests (including REST). This header can be utilized in Tomcat's access logs.public static final BooleanSystemProperty INCLUDE_APPNAME_HEADER_IN_RESPONSES
AdditionalHeaders.HEADER_X_AAPPNAME
header containing application name of
application making REST requests to Crowd. This header can be utilized in Tomcat's access logs.public static final BooleanSystemProperty MEMBERSHIPS_SYNC_IMPROVEMENT_ENABLED
public static final DurationSystemProperty APPLICATION_STATUS_CACHE_DURATION
public static final BooleanSystemProperty ATLASSIAN_DEV_MODE
Copyright © 2021 Atlassian. All rights reserved.
View cookie preferences